summaryrefslogtreecommitdiff
path: root/linux/drmP.h
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@yahoo.com>2004-09-22 19:13:02 +0000
committerJon Smirl <jonsmirl@yahoo.com>2004-09-22 19:13:02 +0000
commit27fc998f7d16e7197f38b2d7d1ce65938e06423d (patch)
treea0dcc514d96c433a3b5327b7063e2d350e7246c0 /linux/drmP.h
parent184a50368505bb74f3efac3cf48e72db41487342 (diff)
Remove hotplug reset support from DRM driver. This will be handled by the
VGA driver when it gets written.
Diffstat (limited to 'linux/drmP.h')
-rw-r--r--linux/drmP.h2
1 files changed, 0 insertions, 2 deletions
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;