summaryrefslogtreecommitdiff
path: root/include/linux/nvram.h
AgeCommit message (Collapse)Author
2005-06-25[PATCH] drivers/char/nvram.c: possible cleanupsAdrian Bunk
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>
2002-08-05Add Cobalt Networks support to nvram driverTim Hockin
export nvram interfaces general cleanup of nvram driver protect nvram state with a lock fix nvram O_EXCL hack to actually work
2002-02-04Import changesetLinus Torvalds