]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ppc/bootinfo.h
Merge branches 'release', 'bugzilla-8570', 'bugzilla-9966', 'bugzilla-9998', 'bugzill...
[linux-2.6-omap-h63xx.git] / include / asm-ppc / bootinfo.h
index 2ace4a74f26327cba677492f2f074a9524383b10..f6ed77aee3281c7dc046faccee5065b6d1b31088 100644 (file)
 
 #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) */
@@ -44,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 */