diff options
author | peter <peter@FreeBSD.org> | 2002-03-19 11:14:52 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-03-19 11:14:52 +0000 |
commit | 89e10979b78ec8d918c08ec3610c09fc92f3d277 (patch) | |
tree | d1f23325a9e8ed00dfad7f4b78709f83a93f930e /sys/ia64/acpica | |
parent | 7581c95972992632697b01dc410101df012eb66c (diff) | |
download | FreeBSD-src-89e10979b78ec8d918c08ec3610c09fc92f3d277.zip FreeBSD-src-89e10979b78ec8d918c08ec3610c09fc92f3d277.tar.gz |
Move a couple of prototypes together instead of being incompletely
scattered around.
Diffstat (limited to 'sys/ia64/acpica')
-rw-r--r-- | sys/ia64/acpica/madt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ia64/acpica/madt.c b/sys/ia64/acpica/madt.c index 85d4959..0734f3e 100644 --- a/sys/ia64/acpica/madt.c +++ b/sys/ia64/acpica/madt.c @@ -28,7 +28,6 @@ #include "acpi.h" -void cpu_mp_add(uint, uint, uint); struct sapic *sapic_create(int, int, u_int64_t); #pragma pack(1) |