commit | 0c8204b380f92a6a8533d228c50f0b681daf6121 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Sun Dec 10 02:19:06 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Sun Dec 10 09:55:40 2006 -0800 |
tree | 2cc04bf14b1eaaf8ab22ab48a2828ff6ea3b27e2 | |
parent | 76465493eeadb1662d65aa96477d6fc093da9966 [diff] |
[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 <randy.dunlap@oracle.com> Signed-off-by: Corey Minyard <minyard@acm.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>