diff options
| author | Paul Mackerras <paulus@samba.org> | 2005-11-14 05:55:48 -0500 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2005-11-14 19:17:02 -0500 |
| commit | a272e24cc8751d125f9582befed0213a2a2b270f (patch) | |
| tree | a2b33767566f054b8100cf3e99f9247d1b0d5016 | |
| parent | cc657f53928997c65bf2409c45166c6ceee8d306 (diff) | |
powerpc: Remove an extraneous and incorrect declaration of pmac_nvram_init.
Signed-off-by: Paul Mackerras <paulus@samba.org>
| -rw-r--r-- | include/asm-powerpc/nvram.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-powerpc/nvram.h b/include/asm-powerpc/nvram.h index 1858244ced32..24bd8c2388ea 100644 --- a/include/asm-powerpc/nvram.h +++ b/include/asm-powerpc/nvram.h | |||
| @@ -68,7 +68,6 @@ extern int nvram_clear_error_log(void); | |||
| 68 | extern struct nvram_partition *nvram_find_partition(int sig, const char *name); | 68 | extern struct nvram_partition *nvram_find_partition(int sig, const char *name); |
| 69 | 69 | ||
| 70 | extern int pSeries_nvram_init(void); | 70 | extern int pSeries_nvram_init(void); |
| 71 | extern int pmac_nvram_init(void); | ||
| 72 | extern int mmio_nvram_init(void); | 71 | extern int mmio_nvram_init(void); |
| 73 | 72 | ||
| 74 | /* PowerMac specific nvram stuffs */ | 73 | /* PowerMac specific nvram stuffs */ |
