fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / asm-m68k / virtconvert.h
index 68205b6..83a87c9 100644 (file)
@@ -7,7 +7,7 @@
 
 #ifdef __KERNEL__
 
-#include <linux/config.h>
+#include <linux/compiler.h>
 #include <asm/setup.h>
 #include <asm/page.h>
 
@@ -31,7 +31,7 @@ static inline unsigned long mm_ptov(unsigned long paddr)
 {
        return (unsigned long)__va(paddr);
 }
-#endif 
+#endif
 
 #ifdef CONFIG_SINGLE_MEMORY_CHUNK
 static inline unsigned long virt_to_phys(void *vaddr)