From eff1b8fbdf7a4251998a75a93069c56f7fc1fd78 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 11 Nov 2005 10:52:23 +0000 Subject: i810 should be fine with i810.. no idea what this crack is .. --- linux-core/i810_drv.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'linux-core/i810_drv.c') diff --git a/linux-core/i810_drv.c b/linux-core/i810_drv.c index e0235b6a..7488b4fa 100644 --- a/linux-core/i810_drv.c +++ b/linux-core/i810_drv.c @@ -38,11 +38,6 @@ #include "drm_pciids.h" -static int dri_library_name(struct drm_device * dev, char * buf) -{ - return snprintf(buf, PAGE_SIZE, "i830\n"); -} - static struct pci_device_id pciidlist[] = { i810_PCI_IDS }; @@ -61,7 +56,6 @@ static struct drm_driver driver = { .dma_quiescent = i810_driver_dma_quiescent, .get_map_ofs = drm_core_get_map_ofs, .get_reg_ofs = drm_core_get_reg_ofs, - .dri_library_name = dri_library_name, .ioctls = i810_ioctls, .fops = { .owner = THIS_MODULE, -- cgit v1.2.3