mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
0532193746
commit
56d110e852
1 changed files with 0 additions and 1 deletions
|
@ -640,7 +640,6 @@ struct drm_head {
|
|||
struct drm_device *dev;
|
||||
struct proc_dir_entry *dev_root; /**< proc directory entry */
|
||||
dev_t device; /**< Device number for mknod */
|
||||
struct class_device *dev_class;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue