diff options
Diffstat (limited to 'linux-core/i915_drv.c')
-rw-r--r-- | linux-core/i915_drv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-core/i915_drv.c b/linux-core/i915_drv.c index 4e3e59b6..a5f24806 100644 --- a/linux-core/i915_drv.c +++ b/linux-core/i915_drv.c @@ -71,8 +71,6 @@ static struct drm_driver driver = { .name = DRIVER_NAME, .id_table = pciidlist, .probe = probe, - /* .resume = i915_resume, - need BIOS to re-init */ - .suspend = i915_suspend, .remove = __devexit_p(drm_cleanup_pci), }, |