x86/platform/intel-mid: Add Intel Penwell to ID table
[deliverable/linux.git] / arch / x86 / platform / intel-mid / pwr.c
index c901a342377233390ee0cd9b255502e1dfdfe67a..4a8e458f5911ed2dca28c0aaaa6aaaf1927505bb 100644 (file)
@@ -401,6 +401,7 @@ static const struct mid_pwr_device_info mid_info = {
        .set_initial_state = mid_set_initial_state,
 };
 
+/* This table should be in sync with the one in drivers/pci/pci-mid.c */
 static const struct pci_device_id mid_pwr_pci_ids[] = {
        { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_PENWELL), (kernel_ulong_t)&mid_info },
        { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_TANGIER), (kernel_ulong_t)&mid_info },
This page took 0.02443 seconds and 5 git commands to generate.