x86/platform/intel-mid: Add Intel Penwell to ID table
[deliverable/linux.git] / arch / x86 / platform / intel-mid / pwr.c
index 2dfe998a5afd309cdac09f4bb547630411491f81..146ed54e92e578806b5145e38669dacfb5341ff0 100644 (file)
@@ -427,6 +427,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.025962 seconds and 5 git commands to generate.