diff options
author | Andreas Mohr <andi@lisas.de> | 2006-08-15 08:54:30 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 23:54:39 +0200 |
commit | 50da859d4e566fba90ebda87b843970d902c903e (patch) | |
tree | 43d7e49e429afe62b61920ba4d8d4278bcf6ced1 /include/net/dn_fib.h | |
parent | [IPV6] ip6_fib.c: make code static (diff) | |
download | linux-50da859d4e566fba90ebda87b843970d902c903e.tar.xz linux-50da859d4e566fba90ebda87b843970d902c903e.zip |
[TG3]: Constify firmware structs
Constify largish areas of firmware data in Tigon3 ethernet driver.
non-const:
lsmod:
tg3 101404 0
objdump -x:
.rodata 000003e8
.data 00004a0c
ls -l:
-rw-r--r-- 1 root root 114404 2006-08-19 21:36 drivers/net/tg3.ko
const:
lsmod:
tg3 101404 0
objdump -x:
.rodata 000042c8
.data 00000b4c
ls -l:
-rw-r--r-- 1 root root 114532 2006-08-19 21:06 drivers/net/tg3.ko
Signed-off-by: Andreas Mohr <andi@lisas.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/dn_fib.h')
0 files changed, 0 insertions, 0 deletions