From: Paul Mackerras Date: Mon, 14 Nov 2005 10:55:48 +0000 (+1100) Subject: powerpc: Remove an extraneous and incorrect declaration of pmac_nvram_init. X-Git-Tag: v2.6.15-rc2~96^2~1 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a272e24cc8751d125f9582befed0213a2a2b270f;p=linux-2.6-omap-h63xx.git powerpc: Remove an extraneous and incorrect declaration of pmac_nvram_init. Signed-off-by: Paul Mackerras --- diff --git a/include/asm-powerpc/nvram.h b/include/asm-powerpc/nvram.h index 1858244ced3..24bd8c2388e 100644 --- a/include/asm-powerpc/nvram.h +++ b/include/asm-powerpc/nvram.h @@ -68,7 +68,6 @@ extern int nvram_clear_error_log(void); extern struct nvram_partition *nvram_find_partition(int sig, const char *name); extern int pSeries_nvram_init(void); -extern int pmac_nvram_init(void); extern int mmio_nvram_init(void); /* PowerMac specific nvram stuffs */