aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-09-16 09:19:36 +0200
committerKalimochoAz <calimochoazucarado@gmail.com>2012-09-16 09:19:36 +0200
commit9a543bc4ff4c33a5b3cadc64742b215f8144ecc7 (patch)
tree247e9e0626b76137a6139f32d57889e4dee5a391 /drivers/gpu
parent2a4a7840c4bf66614b49c2828947f2cccb6ab36f (diff)
parent3d2e7b3b3e876fae210e55c872df8f6750ab0fa3 (diff)
downloadkernel_samsung_crespo-9a543bc4ff4c33a5b3cadc64742b215f8144ecc7.zip
kernel_samsung_crespo-9a543bc4ff4c33a5b3cadc64742b215f8144ecc7.tar.gz
kernel_samsung_crespo-9a543bc4ff4c33a5b3cadc64742b215f8144ecc7.tar.bz2
Merge remote-tracking branch 'korg/linux-3.0.y' into HEAD
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/vmwgfx/vmwgfx_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
index 96949b9..8b8c85c 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
@@ -147,6 +147,7 @@ static struct pci_device_id vmw_pci_id_list[] = {
{0x15ad, 0x0405, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VMWGFX_CHIP_SVGAII},
{0, 0, 0}
};
+MODULE_DEVICE_TABLE(pci, vmw_pci_id_list);
static int enable_fbdev;