OSDN Git Service

tulip: Use DEFINE_PCI_DEVICE_TABLE and static const
authorJoe Perches <joe@perches.com>
Tue, 21 Dec 2010 10:16:09 +0000 (02:16 -0800)
committerJoe Perches <joe@perches.com>
Tue, 21 Dec 2010 10:16:09 +0000 (02:16 -0800)
commit75a84eb5d144dc761e1bb0f7dcacbf2b5cee562c
tree53286209c0c3e31ca0a1aabedd39e94ff6cdf816
parent5591c75dc345d93d353d2ab2962824648a73efe4
tulip: Use DEFINE_PCI_DEVICE_TABLE and static const

Moves the PCI table to the right read-only section.
Using static const generally increases object text and decreases data size.
It also generally decreases overall object size.

Signed-off-by: Joe Perches <joe@perches.com>
drivers/net/tulip/tulip_core.c