]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
staging: ccree: drop __KERNEL__ include guard
authorGilad Ben-Yossef <gilad@benyossef.com>
Sun, 7 May 2017 13:36:02 +0000 (16:36 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 May 2017 05:42:00 +0000 (07:42 +0200)
Drop uneeded include guard for __KERNEL__.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/cc_lli_defs.h

index d9758e643fa9fad996a0e834317302560c515e79..c84b14226dc95056ee6bb9ab2a0f792486067d34 100644 (file)
 
 #ifndef _CC_LLI_DEFS_H_
 #define _CC_LLI_DEFS_H_
-#ifdef __KERNEL__
+
 #include <linux/types.h>
-#else
-#include <stdint.h>
-#endif
+
 #include "cc_bitops.h"
 
 /* Max DLLI size */