commit | 85a564983aff948b9ea8b6e734b3e80b5755d12a | [log] [tgz] |
---|---|---|
author | Jon Mason <jon.mason@exar.com> | Fri Dec 10 15:40:04 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 11 11:47:09 2010 -0800 |
tree | fa856fca67fa7eab3078c996abe5a02b2ce850ac | |
parent | 11410b62cf9bdaed5863696c7994286a900424c7 [diff] |
s2io: Using static const generally increases object text and decreases data size. It also generally decreases overall object size. text data bss dec hex filename 109387 389 24432 134208 20c40 drivers/net/s2io.o.old 109358 389 24432 134179 20c23 drivers/net/s2io.o.new Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Jon Mason <jon.mason@exar.com> Signed-off-by: David S. Miller <davem@davemloft.net>