Unexport asm/elf.h
[safe/jmp/linux-2.6] / include / linux / elf.h
index 7ceb24d..ed98c76 100644 (file)
@@ -3,7 +3,9 @@
 
 #include <linux/types.h>
 #include <linux/elf-em.h>
+#ifdef __KERNEL__
 #include <asm/elf.h>
+#endif
 
 struct file;