Silence harmless warnings (for module build).
[dragonfly.git] / sys / dev / acpica5 / debugger,dbstats.c.patch
blob1781448591b82fd92dc3cae2e247cadd2c3ba020
1 # $DragonFly: src/sys/dev/acpica5/debugger,dbstats.c.patch,v 1.1 2007/01/25 15:12:06 y0netan1 Exp $
3 --- dbstats.c.orig 2007-01-18 01:29:39.000000000 +0900
4 +++ dbstats.c 2007-01-25 12:02:30.000000000 +0900
5 @@ -141,10 +141,6 @@
6 void *Context,
7 void **ReturnValue);
9 -static void
10 -AcpiDbListInfo (
11 - ACPI_MEMORY_LIST *List);
15 * Statistics subcommands
16 @@ -171,6 +167,9 @@
19 #if defined ACPI_DBG_TRACK_ALLOCATIONS || defined ACPI_USE_LOCAL_CACHE
20 +static void
21 +AcpiDbListInfo (
22 + ACPI_MEMORY_LIST *List);
24 /*******************************************************************************