| commit | 75a84eb5d144dc761e1bb0f7dcacbf2b5cee562c | [log] [tgz] |
|---|---|---|
| author | Joe Perches <joe@perches.com> | Tue Dec 21 02:16:09 2010 -0800 |
| committer | Joe Perches <joe@perches.com> | Tue Dec 21 02:16:09 2010 -0800 |
| tree | 53286209c0c3e31ca0a1aabedd39e94ff6cdf816 | |
| parent | 5591c75dc345d93d353d2ab2962824648a73efe4 [diff] |
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>