diff options
-rw-r--r-- | libddekit/kmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libddekit/kmem.c b/libddekit/kmem.c index 49b9a9d3..7a35f3d8 100644 --- a/libddekit/kmem.c +++ b/libddekit/kmem.c @@ -78,7 +78,7 @@ struct chunkhdr unsigned long bitmap; /* busy/free bitmap of pages */ }; -unsigned long __get_free_pages (unsigned long order, int dma); +static unsigned long __get_free_pages (unsigned long order, int dma); void free_pages (unsigned long addr, unsigned long order); static struct mutex mem_lock = MUTEX_INITIALIZER; |