commit | 681ea4b930768444e9d88651c1362b0bf6d2a42b | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Sat Jun 25 14:59:04 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Jun 25 16:25:03 2005 -0700 |
tree | 1632e09007a24916cc497d85dad3b2158cfdcb1b | |
parent | 3b01b47cf95682d02676efa5d0b48e759db405b3 [diff] |
[PATCH] drivers/char/nvram.c: possible cleanups This patch contains the following possible cleanups: - make the needlessly global function __nvram_set_checksum static - #if 0 the unused global function nvram_set_checksum - remove the EXPORT_SYMBOL's for both functions Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>