From 3ae15270cfa47f6fc4b04aee0bbe1b8b846eaf98 Mon Sep 17 00:00:00 2001 From: "K. Y. Srinivasan" Date: Thu, 25 Aug 2011 09:48:42 -0700 Subject: [PATCH] --- yaml --- r: 267930 b: refs/heads/master c: d7dc6b9c2e8fec9f9d6ebe518918d028a505ef7b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/hv/netvsc_drv.c | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 2ea5f60883d7..b0d10e3fc6e7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4e80fbfc7ff4e063d96b258aaa3da97e8e4dc6a5 +refs/heads/master: d7dc6b9c2e8fec9f9d6ebe518918d028a505ef7b diff --git a/trunk/drivers/staging/hv/netvsc_drv.c b/trunk/drivers/staging/hv/netvsc_drv.c index c3b7de147004..1c3c5fef9503 100644 --- a/trunk/drivers/staging/hv/netvsc_drv.c +++ b/trunk/drivers/staging/hv/netvsc_drv.c @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include @@ -471,13 +470,6 @@ static int __init netvsc_drv_init(void) return ret; } -static const struct pci_device_id __initconst -hv_netvsc_pci_table[] __maybe_unused = { - { PCI_DEVICE(0x1414, 0x5353) }, /* VGA compatible controller */ - { 0 } -}; -MODULE_DEVICE_TABLE(pci, hv_netvsc_pci_table); - MODULE_LICENSE("GPL"); MODULE_VERSION(HV_DRV_VERSION); MODULE_DESCRIPTION("Microsoft Hyper-V network driver");