Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56d110e8 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

DRM: remove unused dev_class



The struct class_device *dev_class is not used in the struct drm_head
structure at all, so remove it as class_device is being removed entirely
from the kernel.


Cc: David Airlie <airlied@linux.ie>
Cc: Tony Jones <tonyj@suse.de>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 05321937
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -640,7 +640,6 @@ struct drm_head {
	struct drm_device *dev;
	struct drm_device *dev;
	struct proc_dir_entry *dev_root;  /**< proc directory entry */
	struct proc_dir_entry *dev_root;  /**< proc directory entry */
	dev_t device;			/**< Device number for mknod */
	dev_t device;			/**< Device number for mknod */
	struct class_device *dev_class;
};
};


/**
/**