Fix typo.
[dragonfly.git] / sys / dev / acpica5 / debugger,dbstats.c.patch
1 # $DragonFly: src/sys/dev/acpica5/debugger,dbstats.c.patch,v 1.1 2007/01/25 15:12:06 y0netan1 Exp $
2
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);
8  
9 -static void
10 -AcpiDbListInfo (
11 -    ACPI_MEMORY_LIST        *List);
12 -
13  
14  /*
15   * Statistics subcommands
16 @@ -171,6 +167,9 @@
17  
18  
19  #if defined ACPI_DBG_TRACK_ALLOCATIONS || defined ACPI_USE_LOCAL_CACHE
20 +static void
21 +AcpiDbListInfo (
22 +    ACPI_MEMORY_LIST        *List);
23  
24  /*******************************************************************************
25   *