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-core/drm_compat.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'linux-core/drm_compat.h') 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 -- cgit v1.2.3