X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=arch%2Fx86%2Fmach-generic%2Fnumaq.c;h=3679e2255645a011e9239d687fc6e6dd85ccc3ac;hb=0a3108beea9143225119d5e7c72a8e2c64f3eb7d;hp=511d7941364f8e268e0e00505ef63201c2247749;hpb=948a7b2b5e2bf126fb697aeb11ff379b2c85dd2e;p=sfrench%2Fcifs-2.6.git diff --git a/arch/x86/mach-generic/numaq.c b/arch/x86/mach-generic/numaq.c index 511d7941364f..3679e2255645 100644 --- a/arch/x86/mach-generic/numaq.c +++ b/arch/x86/mach-generic/numaq.c @@ -19,8 +19,7 @@ #include #include -static int mps_oem_check(struct mp_config_table *mpc, char *oem, - char *productid) +static int mps_oem_check(struct mpc_table *mpc, char *oem, char *productid) { numaq_mps_oem_check(mpc, oem, productid); return found_numaq;