includecheck: delete any duplicate instances of module.h
[deliverable/linux.git] / drivers / staging / sm7xx / smtcfb.c
index 39dbf339a4fc1253415c26583bf23c5626f5cc30..1b3e2d0c6993c5ea26c902fe3863446d001a7c76 100644 (file)
@@ -41,7 +41,6 @@
 
 #ifdef CONFIG_PM
 #include <linux/pm.h>
-#include <linux/module.h>
 #endif
 
 #include "smtcfb.h"
@@ -1024,9 +1023,9 @@ failed_free:
 
 /* Jason (08/11/2009) PCI_DRV wrapper essential structs */
 static DEFINE_PCI_DEVICE_TABLE(smtcfb_pci_table) = {
-       {0x126f, 0x710, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
-       {0x126f, 0x712, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
-       {0x126f, 0x720, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+       { PCI_DEVICE(0x126f, 0x710), },
+       { PCI_DEVICE(0x126f, 0x712), },
+       { PCI_DEVICE(0x126f, 0x720), },
        {0,}
 };
 
This page took 0.024532 seconds and 5 git commands to generate.