[PATCH 4/6] powerpc: remove nvram forward declarations
Linas Vepstas
linas at austin.ibm.com
Thu Aug 9 06:04:48 EST 2007
Forward declarations serve no purpose in this file.
Signed-off-by: Linas Vepstas <linas at austin.ibm.com>
----
arch/powerpc/kernel/nvram_64.c | 5 -----
1 file changed, 5 deletions(-)
Index: linux-2.6.22-git2/arch/powerpc/kernel/nvram_64.c
===================================================================
--- linux-2.6.22-git2.orig/arch/powerpc/kernel/nvram_64.c 2007-08-08 12:19:17.000000000 -0500
+++ linux-2.6.22-git2/arch/powerpc/kernel/nvram_64.c 2007-08-08 12:21:05.000000000 -0500
@@ -34,11 +34,6 @@
#undef DEBUG_NVRAM
-static int nvram_scan_partitions(void);
-static int nvram_setup_partition(void);
-static int nvram_create_os_partition(void);
-static int nvram_remove_os_partition(void);
-
static struct nvram_partition * nvram_part;
static long nvram_error_log_index = -1;
static long nvram_error_log_size = 0;
More information about the Linuxppc-dev
mailing list