]> Git Repo - linux.git/commit
[PATCH] IPMI: remove zero inits
authorRandy Dunlap <[email protected]>
Sun, 10 Dec 2006 10:19:06 +0000 (02:19 -0800)
committerLinus Torvalds <[email protected]>
Sun, 10 Dec 2006 17:55:40 +0000 (09:55 -0800)
commit0c8204b380f92a6a8533d228c50f0b681daf6121
tree2cc04bf14b1eaaf8ab22ab48a2828ff6ea3b27e2
parent76465493eeadb1662d65aa96477d6fc093da9966
[PATCH] IPMI: remove zero inits

Remove all =0 and =NULL from static initializers.  They are not needed and
removing them saves space in the object files.

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Corey Minyard <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/char/ipmi/ipmi_bt_sm.c
drivers/char/ipmi/ipmi_devintf.c
drivers/char/ipmi/ipmi_msghandler.c
drivers/char/ipmi/ipmi_poweroff.c
drivers/char/ipmi/ipmi_si_intf.c
drivers/char/ipmi/ipmi_watchdog.c
This page took 0.053944 seconds and 4 git commands to generate.