aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@yahoo.com>2005-06-26 13:31:15 +0000
committerJon Smirl <jonsmirl@yahoo.com>2005-06-26 13:31:15 +0000
commitafdabdabf588267c8c8d4f1378a8e9824d58d2d0 (patch)
treee4cfbbf6f316663a2ff4f633573f2c4c1f3daddf /linux-core/drmP.h
parent9deb276a0680a79540f05c1547a9d703e9c08190 (diff)
removed dev->sysdev_registered
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 9f836773..f38c57d4 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -724,7 +724,6 @@ typedef struct drm_device {
drm_head_t primary; /**< primary screen head */
struct sys_device sysdev; /**< Power Management device structure */
- int sysdev_registered; /**< Whether the device has been registered */
} drm_device_t;
static __inline__ int drm_core_check_feature(struct drm_device *dev,