[PATCH] irq-flags: POWERPC: Use the new IRQF_ constants
[linux-2.6-microblaze.git] / include / asm-powerpc / mmzone.h
index 54958d6..d484ca9 100644 (file)
@@ -6,8 +6,8 @@
  */
 #ifndef _ASM_MMZONE_H_
 #define _ASM_MMZONE_H_
+#ifdef __KERNEL__
 
-#include <linux/config.h>
 
 /*
  * generic non-linear memory support:
@@ -47,4 +47,5 @@ extern unsigned long max_pfn;
 extern int __init early_pfn_to_nid(unsigned long pfn);
 #endif
 
+#endif /* __KERNEL__ */
 #endif /* _ASM_MMZONE_H_ */