x86: Move mpc_apic_id to x86_init_ops
[firefly-linux-kernel-4.4.55.git] / arch / x86 / include / asm / setup.h
index cc8b4b0550ea102adf04395edfb92ece03e4464a..7c7f44f3e4d93711dc5aa7e50b3caa91c3f5d166 100644 (file)
@@ -12,7 +12,6 @@
 /*
  * Any setup quirks to be performed?
  */
-struct mpc_cpu;
 struct mpc_bus;
 struct mpc_oemtable;
 
@@ -25,7 +24,6 @@ struct x86_quirks {
        int (*mach_get_smp_config)(unsigned int early);
        int (*mach_find_smp_config)(unsigned int reserve);
 
-       int (*mpc_apic_id)(struct mpc_cpu *m);
        void (*mpc_oem_bus_info)(struct mpc_bus *m, char *name);
        void (*mpc_oem_pci_bus)(struct mpc_bus *m);
        void (*smp_read_mpc_oem)(struct mpc_oemtable *oemtable,