summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-03-12 09:36:13 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:03:44 +0200
commit26404d61c00e95e2f8ac7d2aae4d35fe0ff4b520 (patch)
treeba1ba348e6e8249a500765496e29658f8ad84ab3
parent66e911ce18fd742aaa1bd826e9e762119ad11459 (diff)
hwmem: Fix kernel headers check problemhwmem
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>