From: Lionel Debroux Date: Mon, 27 Feb 2012 06:41:47 +0000 (+0100) Subject: EDAC: Make pci_device_id tables __devinitconst. X-Git-Tag: v3.4-rc1~100^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36c46f31df910b092aaaed27c7c616bb8e2302a1;p=pandora-kernel.git EDAC: Make pci_device_id tables __devinitconst. These const tables are currently marked __devinitdata, but Documentation/PCI/pci.txt says: "o The ID table array should be marked __devinitconst; this is done automatically if the table is declared with DEFINE_PCI_DEVICE_TABLE()." So use DEFINE_PCI_DEVICE_TABLE(x). Based on PaX and earlier work by Andi Kleen. Signed-off-by: Lionel Debroux Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed