]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ppc/bootinfo.h
block: optimize generic_unplug_device()
[linux-2.6-omap-h63xx.git] / include / asm-ppc / bootinfo.h
index 93d955c70d652b06d6b1da3dfd21ea995be52fc9..f6ed77aee3281c7dc046faccee5065b6d1b31088 100644 (file)
@@ -9,13 +9,8 @@
 #ifndef _PPC_BOOTINFO_H
 #define _PPC_BOOTINFO_H
 
-#include <linux/config.h>
 #include <asm/page.h>
 
-#if defined(CONFIG_APUS) && !defined(__BOOTER__)
-#include <asm-m68k/bootinfo.h>
-#else
-
 struct bi_record {
        unsigned long tag;              /* tag ID */
        unsigned long size;             /* size of record (in bytes) */
@@ -45,7 +40,6 @@ bootinfo_addr(unsigned long offset)
        return (struct bi_record *)_ALIGN((offset) + (1 << 20) - 1,
                                          (1 << 20));
 }
-#endif /* CONFIG_APUS */
 
 
 #endif /* _PPC_BOOTINFO_H */