diff options
Diffstat (limited to 'drivers/spi/spi-pxa2xx-pci.c')
-rw-r--r-- | drivers/spi/spi-pxa2xx-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-pxa2xx-pci.c b/drivers/spi/spi-pxa2xx-pci.c index 8caa07d58e69..3fb44afe27b4 100644 --- a/drivers/spi/spi-pxa2xx-pci.c +++ b/drivers/spi/spi-pxa2xx-pci.c | |||
@@ -151,7 +151,7 @@ static void __devexit ce4100_spi_remove(struct pci_dev *dev) | |||
151 | kfree(spi_info); | 151 | kfree(spi_info); |
152 | } | 152 | } |
153 | 153 | ||
154 | static struct pci_device_id ce4100_spi_devices[] __devinitdata = { | 154 | static DEFINE_PCI_DEVICE_TABLE(ce4100_spi_devices) = { |
155 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x2e6a) }, | 155 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x2e6a) }, |
156 | { }, | 156 | { }, |
157 | }; | 157 | }; |