aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mach-generic
diff options
context:
space:
mode:
authorshand@kneesaa.uk.xensource.com <shand@kneesaa.uk.xensource.com>2006-08-16 11:36:13 +0100
committershand@kneesaa.uk.xensource.com <shand@kneesaa.uk.xensource.com>2006-08-16 11:36:13 +0100
commit4aedf8adc3d1d921b93449bd535d6edb191fd5a3 (patch)
treef2d195a70515cb9e4dca98bec1bc28ded2a6f51c /xen/include/asm-x86/mach-generic
parent8c392e5169e5e2d7338d36c04b17ac32e948dd6f (diff)
downloadxen-4aedf8adc3d1d921b93449bd535d6edb191fd5a3.tar.gz
xen-4aedf8adc3d1d921b93449bd535d6edb191fd5a3.tar.bz2
xen-4aedf8adc3d1d921b93449bd535d6edb191fd5a3.zip
Whitespace clean-ups.
Signed-off-by: Steven Hand <steven@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/mach-generic')
-rw-r--r--xen/include/asm-x86/mach-generic/mach_mpparse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/include/asm-x86/mach-generic/mach_mpparse.h b/xen/include/asm-x86/mach-generic/mach_mpparse.h
index b2308e9149..f62c8dc146 100644
--- a/xen/include/asm-x86/mach-generic/mach_mpparse.h
+++ b/xen/include/asm-x86/mach-generic/mach_mpparse.h
@@ -12,7 +12,7 @@ static inline void mpc_oem_pci_bus(struct mpc_config_bus *m,
{
}
-int mps_oem_check(struct mp_config_table *mpc, char *oem, char *productid);
-int acpi_madt_oem_check(char *oem_id, char *oem_table_id);
+int mps_oem_check(struct mp_config_table *mpc, char *oem, char *productid);
+int acpi_madt_oem_check(char *oem_id, char *oem_table_id);
#endif