diff options
Diffstat (limited to 'drivers/watchdog/i6300esb.c')
| -rw-r--r-- | drivers/watchdog/i6300esb.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/watchdog/i6300esb.c b/drivers/watchdog/i6300esb.c index 2b2ea13d03e..d7befd58b39 100644 --- a/drivers/watchdog/i6300esb.c +++ b/drivers/watchdog/i6300esb.c @@ -36,7 +36,6 @@  #include <linux/mm.h>  #include <linux/miscdevice.h>  #include <linux/watchdog.h> -#include <linux/init.h>  #include <linux/pci.h>  #include <linux/ioport.h>  #include <linux/uaccess.h> @@ -334,7 +333,7 @@ static struct miscdevice esb_miscdev = {  /*   * Data for PCI driver interface   */ -static DEFINE_PCI_DEVICE_TABLE(esb_pci_tbl) = { +static const struct pci_device_id esb_pci_tbl[] = {  	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ESB_9), },  	{ 0, },                 /* End of list */  }; @@ -497,4 +496,3 @@ module_pci_driver(esb_driver);  MODULE_AUTHOR("Ross Biro and David Härdeman");  MODULE_DESCRIPTION("Watchdog driver for Intel 6300ESB chipsets");  MODULE_LICENSE("GPL"); -MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);  | 
