summaryrefslogtreecommitdiff
path: root/linux-core/drm_compat.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-core/drm_compat.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-core/drm_compat.h')
-rw-r--r--linux-core/drm_compat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/linux-core/drm_compat.h b/linux-core/drm_compat.h
index f2aa10a3..d1c55cd1 100644
--- a/linux-core/drm_compat.h
+++ b/linux-core/drm_compat.h
@@ -122,10 +122,6 @@ static inline void class_simple_destroy(struct class_simple *cs){}
static inline struct class_simple *class_simple_create(struct module *owner, char *name) { return (struct class_simple *)owner; }
-static inline void drm_hotplug(void) {}
-
-static inline void class_simple_set_hotplug(struct class_simple *cs, void (*fn)(void)) {}
-
#ifndef pci_pretty_name
#define pci_pretty_name(x) x->name
#endif