From: Joe Perches Date: Tue, 21 Dec 2010 10:16:09 +0000 (-0800) Subject: tulip: Use DEFINE_PCI_DEVICE_TABLE and static const X-Git-Tag: v2.6.38-rc1~476^2~108^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75a84eb5d144dc761e1bb0f7dcacbf2b5cee562c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed