aboutsummaryrefslogtreecommitdiff
path: root/linux-core/i810_drv.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-11-11 10:52:23 +0000
committerDave Airlie <airlied@linux.ie>2005-11-11 10:52:23 +0000
commiteff1b8fbdf7a4251998a75a93069c56f7fc1fd78 (patch)
tree462971a0bd014862c9fdce8473052b46187cbc2f /linux-core/i810_drv.c
parent97528041dfaa26b95c1ff8c86e66f7071d5eb9f7 (diff)
i810 should be fine with i810.. no idea what this crack is ..
Diffstat (limited to 'linux-core/i810_drv.c')
-rw-r--r--linux-core/i810_drv.c6
1 files changed, 0 insertions, 6 deletions
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,