Re: [PATCH] drivers: net: wireless: Add include guards
From: Kalle Valo <hidden>
Date: 2014-08-24 12:01:27
Rasmus Villemoes [off-list ref] writes:
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 guards using different macro names. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> --- drivers/net/wireless/ray_cs.h | 5 +++-- drivers/net/wireless/rayctl.h | 5 +++--
As this a change to ray_cs driver, please use prefix "ray_cs:" and drop that "drivers: net: wireless:". -- Kalle Valo