linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / i386 / mach-es7000 / es7000.h
index 80566ca..f1e3204 100644 (file)
@@ -83,7 +83,6 @@ struct es7000_oem_table {
        struct psai psai;
 };
 
-#ifdef CONFIG_ACPI
 struct acpi_table_sdt {
        unsigned long pa;
        unsigned long count;
@@ -100,9 +99,6 @@ struct oem_table {
        u32 OEMTableSize;
 };
 
-extern int find_unisys_acpi_oem_table(unsigned long *oem_addr);
-#endif
-
 struct mip_reg {
        unsigned long long off_0;
        unsigned long long off_8;
@@ -118,6 +114,7 @@ struct mip_reg {
 #define        MIP_FUNC(VALUE)         (VALUE & 0xff)
 
 extern int parse_unisys_oem (char *oemptr);
+extern int find_unisys_acpi_oem_table(unsigned long *oem_addr);
 extern void setup_unisys(void);
 extern int es7000_start_cpu(int cpu, unsigned long eip);
 extern void es7000_sw_apic(void);