c0c3e31ca0a1aabedd39e94ff6cdf816 parent 5591c75dc345d93d353d2ab2962824648a73efe4 author Joe Perches 1292926569 -0800 committer Joe Perches 1292926569 -0800 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 św– x