From: K. Y. Srinivasan Date: Thu, 25 Aug 2011 16:48:27 +0000 (-0700) Subject: Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature X-Git-Tag: v3.2-rc1~169^2^2~864^2~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32a753ffb2c5aea6c32d34393a8e0da3ecfd78bb;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature VMBUS is an ACPI enumerated device, get rid of the PCI signature. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/vmbus_drv.c b/drivers/staging/hv/vmbus_drv.c index 67a4f33..8f1d6eb 100644 --- a/drivers/staging/hv/vmbus_drv.c +++ b/drivers/staging/hv/vmbus_drv.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include @@ -754,18 +753,6 @@ static struct acpi_driver vmbus_acpi_driver = { }, }; -/* - * We use a PCI table to determine if we should autoload this driver This is - * needed by distro tools to determine if the hyperv drivers should be - * installed and/or configured. We don't do anything else with the table, but - * it needs to be present. - */ -static const struct pci_device_id microsoft_hv_pci_table[] = { - { PCI_DEVICE(0x1414, 0x5353) }, /* VGA compatible controller */ - { 0 } -}; -MODULE_DEVICE_TABLE(pci, microsoft_hv_pci_table); - static int __init hv_acpi_init(void) { int ret, t;