summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/video/b2r2_blt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video/b2r2_blt.h b/include/video/b2r2_blt.h
index 26748d4f212..771d4f60fdb 100644
--- a/include/video/b2r2_blt.h
+++ b/include/video/b2r2_blt.h
@@ -16,7 +16,7 @@
#include <linux/types.h>
-#if defined(__KERNEL__) || defined(_KERNEL)
+#if defined(__KERNEL__)
#include <linux/mm_types.h>
#include <linux/bitops.h>
#else