mirror of https://gitee.com/openkylin/linux.git
powerpc: Remove an extraneous and incorrect declaration of pmac_nvram_init.
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
cc657f5392
commit
a272e24cc8
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue