Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=72755f44075d34cdb9bc467c6cd9a229292b5aff
Commit:     72755f44075d34cdb9bc467c6cd9a229292b5aff
Parent:     4511dad42a8da41fc2f5a58066c519c2228896ac
Author:     Linas Vepstas <[EMAIL PROTECTED]>
AuthorDate: Thu Aug 9 06:04:48 2007 +1000
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Fri Aug 17 11:01:52 2007 +1000

    [POWERPC] Remove nvram forward declarations
    
    Forward declarations serve no purpose in this file.
    
    Signed-off-by: Linas Vepstas <[EMAIL PROTECTED]>
    
    ----
    
     arch/powerpc/kernel/nvram_64.c |    5 -----
     1 file changed, 5 deletions(-)
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/kernel/nvram_64.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/arch/powerpc/kernel/nvram_64.c b/arch/powerpc/kernel/nvram_64.c
index f9676f5..ba97990 100644
--- a/arch/powerpc/kernel/nvram_64.c
+++ b/arch/powerpc/kernel/nvram_64.c
@@ -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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to