]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitac06daa21a2a7dd9deab6917a660c8832cbbefa7
tree92c3c0893c388cef0c6bcc06618d72f0775e78a0
parent4db7bae4ed11c6c54f52f6ff1983ff55fbc54998
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