diff options
Diffstat (limited to 'drivers/video/fbdev/hyperv_fb.c')
-rw-r--r-- | drivers/video/fbdev/hyperv_fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/hyperv_fb.c b/drivers/video/fbdev/hyperv_fb.c index 569e7562fa3d..42543362f163 100644 --- a/drivers/video/fbdev/hyperv_fb.c +++ b/drivers/video/fbdev/hyperv_fb.c | |||
@@ -892,7 +892,7 @@ static int hvfb_remove(struct hv_device *hdev) | |||
892 | } | 892 | } |
893 | 893 | ||
894 | 894 | ||
895 | static DEFINE_PCI_DEVICE_TABLE(pci_stub_id_table) = { | 895 | static const struct pci_device_id pci_stub_id_table[] = { |
896 | { | 896 | { |
897 | .vendor = PCI_VENDOR_ID_MICROSOFT, | 897 | .vendor = PCI_VENDOR_ID_MICROSOFT, |
898 | .device = PCI_DEVICE_ID_HYPERV_VIDEO, | 898 | .device = PCI_DEVICE_ID_HYPERV_VIDEO, |