summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-03-12 09:36:13 +0100
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 08:59:46 +0100
commitaa14c10bbcd4449a6dbdc671a334bef1b8431d21 (patch)
tree02736f13e8b59ce3d93ef0b1f9fad8a8958f3a0e
parent7fd802f3b44918316aaeeaf19e1201587a37d44d (diff)
hwmem: Fix kernel headers check problem
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
-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>