From 27fc998f7d16e7197f38b2d7d1ce65938e06423d Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Wed, 22 Sep 2004 19:13:02 +0000 Subject: Remove hotplug reset support from DRM driver. This will be handled by the VGA driver when it gets written. --- linux/drmP.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'linux/drmP.h') diff --git a/linux/drmP.h b/linux/drmP.h index f4b11be1..6a0a73a6 100644 --- a/linux/drmP.h +++ b/linux/drmP.h @@ -672,8 +672,6 @@ typedef struct drm_device { drm_sigdata_t sigdata; /**< For block_all_signals */ sigset_t sigmask; - int need_reset; /**< secondary device needing reset */ - struct file_operations *fops; /**< file operations */ struct drm_driver_fn fn_tbl; -- cgit v1.2.3