ray_cs: Add include guards
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Mon, 25 Aug 2014 07:59:29 +0000 (09:59 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 28 Aug 2014 18:41:56 +0000 (14:41 -0400)
commitc94c3c5e5e6bb3dd4041490a0202bab6e4c6e424
tree92c3c0893c388cef0c6bcc06618d72f0775e78a0
parentecf47e9bb796558423fa87b43a8fe55f086ca56e
ray_cs: Add include guards

The files ray_cs.h and rayctl.h both contain two thirds of what
appears to be an include guard using the macro name RAYLINK_H (both
lack the #define). Since RAYLINK_H is not defined anywhere, the
#ifndefs are confusing no-ops. Add proper include guards using
different macro names.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ray_cs.h
drivers/net/wireless/rayctl.h