]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/include/asm/genapic_32.h
parisc: sba_iommu: fix build bug when CONFIG_PARISC_AGP=y
[linux-2.6-omap-h63xx.git] / arch / x86 / include / asm / genapic_32.h
index 746f37a7963adf9b9a7d91e197c1e0c50ce7b68a..2c05b737ee227a9b159c88994091e1e7336d6b82 100644 (file)
@@ -15,9 +15,9 @@
  * Copyright 2003 Andi Kleen, SuSE Labs.
  */
 
-struct mpc_config_bus;
-struct mp_config_table;
-struct mpc_config_processor;
+struct mpc_bus;
+struct mpc_table;
+struct mpc_cpu;
 
 struct genapic {
        char *name;
@@ -51,7 +51,7 @@ struct genapic {
        /* When one of the next two hooks returns 1 the genapic
           is switched to this. Essentially they are additional probe
           functions. */
-       int (*mps_oem_check)(struct mp_config_table *mpc, char *oem,
+       int (*mps_oem_check)(struct mpc_table *mpc, char *oem,
                             char *productid);
        int (*acpi_madt_oem_check)(char *oem_id, char *oem_table_id);