From: Rasmus Villemoes Date: Mon, 25 Aug 2014 07:59:29 +0000 (+0200) Subject: ray_cs: Add include guards X-Git-Tag: fixes-against-v3.18-rc2~81^2~133^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c94c3c5e5e6bb3dd4041490a0202bab6e4c6e424;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed