Searched hist:cb8d8006d43f22924e000c730d18862587a824ff (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/char/ |
H A D | nvram.c | diff cb8d8006d43f22924e000c730d18862587a824ff Mon Jan 14 22:18:56 CST 2019 Finn Thain <fthain@telegraphics.com.au> char/nvram: Re-order functions to remove forward declarations and #ifdefs
Also give functions more sensible names: nvram_misc_* for misc device ops, nvram_proc_* for proc file ops and nvram_module_* for init and exit functions. This prevents name collisions with nvram.h helper functions and improves readability.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|