summaryrefslogtreecommitdiff
path: root/shared-core/drm_mode.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@tungstengraphics.com>2008-11-12 18:40:04 +0100
committerJakob Bornecrantz <jakob@tungstengraphics.com>2008-11-12 18:40:04 +0100
commit1ead45c8f02e7c51cfe977383726d20479385688 (patch)
tree70adf739fa7dc10653b266dc542fb65e0ee82086 /shared-core/drm_mode.h
parent13948c635d83285909e25ffd5285165789a598b2 (diff)
mode: Remove hotplug support from ioctl interface
Diffstat (limited to 'shared-core/drm_mode.h')
-rw-r--r--shared-core/drm_mode.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/shared-core/drm_mode.h b/shared-core/drm_mode.h
index f44c9a0d..6b1abd5b 100644
--- a/shared-core/drm_mode.h
+++ b/shared-core/drm_mode.h
@@ -258,13 +258,6 @@ struct drm_mode_cursor {
uint32_t handle;
};
-/*
- * oh so ugly hotplug
- */
-struct drm_mode_hotplug {
- uint32_t counter;
-};
-
struct drm_mode_crtc_lut {
uint32_t crtc_id;
uint32_t gamma_size;