[RFC v6 18/25] nvram: Drop nvram_* symbol exports and prototypes

2015-08-23 Thread Finn Thain
Drivers now use the arch_nvram_ops calls so remove the function exports and prototypes. nvram_check_checksum() is unused so remove it. Signed-off-by: Finn Thain Acked-by: Geert Uytterhoeven --- arch/m68k/atari/nvram.c |6 +++--- drivers/char/nvram.c| 27 +--

[RFC v6 18/25] nvram: Drop nvram_* symbol exports and prototypes

2015-08-23 Thread Finn Thain
Drivers now use the arch_nvram_ops calls so remove the function exports and prototypes. nvram_check_checksum() is unused so remove it. Signed-off-by: Finn Thain fth...@telegraphics.com.au Acked-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/m68k/atari/nvram.c |6 +++---