git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7646549
)
[PATCH] IPMI: remove zero inits
author
Randy Dunlap
<randy.dunlap@oracle.com>
Sun, 10 Dec 2006 10:19:06 +0000
(
02:19
-0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Sun, 10 Dec 2006 17:55:40 +0000
(09:55 -0800)
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>
No differences found