summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/linux/hwmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hwmem.h b/include/linux/hwmem.h
index c84eaac79f1..cb9e0dc9aaa 100644
--- a/include/linux/hwmem.h
+++ b/include/linux/hwmem.h
@@ -14,7 +14,7 @@
#include <linux/types.h>
-#if !defined(__KERNEL__) && !defined(_KERNEL)
+#if !defined(__KERNEL__)
#include <sys/types.h>
#else
#include <linux/mm_types.h>