]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/linux-26-headers/include/asm-x86/mach-default/mach_mpparse.h
update: sync
[l4.git] / l4 / pkg / linux-26-headers / include / asm-x86 / mach-default / mach_mpparse.h
diff --git a/l4/pkg/linux-26-headers/include/asm-x86/mach-default/mach_mpparse.h b/l4/pkg/linux-26-headers/include/asm-x86/mach-default/mach_mpparse.h
deleted file mode 100644 (file)
index d141085..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __ASM_MACH_MPPARSE_H
-#define __ASM_MACH_MPPARSE_H
-
-static inline int mps_oem_check(struct mp_config_table *mpc, char *oem, 
-               char *productid)
-{
-       return 0;
-}
-
-/* Hook from generic ACPI tables.c */
-static inline int acpi_madt_oem_check(char *oem_id, char *oem_table_id)
-{
-       return 0;
-}
-
-
-#endif /* __ASM_MACH_MPPARSE_H */