summaryrefslogtreecommitdiffstats
path: root/include/linux/nvram.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-01-29 01:41:54 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-01-29 01:41:54 +0000
commitf969d69ba9f952e5bdd38278e25e26a3e4a61a70 (patch)
treeb3530d803df59d726afaabebc6626987dee1ca05 /include/linux/nvram.h
parenta10ce7ef2066b455d69187643ddf2073bfc4db24 (diff)
Merge with 2.3.27.
Diffstat (limited to 'include/linux/nvram.h')
-rw-r--r--include/linux/nvram.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nvram.h b/include/linux/nvram.h
index 9e05db191..a2e270d64 100644
--- a/include/linux/nvram.h
+++ b/include/linux/nvram.h
@@ -12,7 +12,6 @@ extern unsigned char nvram_read_byte( int i );
extern void nvram_write_byte( unsigned char c, int i );
extern int nvram_check_checksum( void );
extern void nvram_set_checksum( void );
-extern int nvram_init( void );
#endif
#endif /* _LINUX_NVRAM_H */