aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/lpc_ich.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/lpc_ich.c')
-rw-r--r--drivers/mfd/lpc_ich.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
index 37edf9e989b0..be93fa261ded 100644
--- a/drivers/mfd/lpc_ich.c
+++ b/drivers/mfd/lpc_ich.c
@@ -517,7 +517,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
517 * pci_driver, because the I/O Controller Hub has also other 517 * pci_driver, because the I/O Controller Hub has also other
518 * functions that probably will be registered by other drivers. 518 * functions that probably will be registered by other drivers.
519 */ 519 */
520static DEFINE_PCI_DEVICE_TABLE(lpc_ich_ids) = { 520static const struct pci_device_id lpc_ich_ids[] = {
521 { PCI_VDEVICE(INTEL, 0x2410), LPC_ICH}, 521 { PCI_VDEVICE(INTEL, 0x2410), LPC_ICH},
522 { PCI_VDEVICE(INTEL, 0x2420), LPC_ICH0}, 522 { PCI_VDEVICE(INTEL, 0x2420), LPC_ICH0},
523 { PCI_VDEVICE(INTEL, 0x2440), LPC_ICH2}, 523 { PCI_VDEVICE(INTEL, 0x2440), LPC_ICH2},