From b6b270a2607088997a0ec74cb1d618f140a382f7 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 28 Jun 2005 08:03:33 +0000 Subject: Given that BenH says using the sysdev approach for DRM is bogus, I'll yank the code for it, rather than introducing something that isn't going to work 100% of the time. --- linux-core/i915_drv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'linux-core/i915_drv.c') diff --git a/linux-core/i915_drv.c b/linux-core/i915_drv.c index 28154c8c..de6780ec 100644 --- a/linux-core/i915_drv.c +++ b/linux-core/i915_drv.c @@ -90,7 +90,6 @@ static struct drm_driver driver = { .postinit = postinit, .version = version, .ioctls = i915_ioctls, - .power = i915_power, .fops = { .owner = THIS_MODULE, .open = drm_open, -- cgit v1.2.3