From foo@baz Tue Apr 9 12:12:43 2002 Date: Tue, 11 Mar 2008 12:50:38 -0700 To: Greg KH From: Greg Kroah-Hartman Subject: 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 Cc: Tony Jones Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- drivers/char/drm/drmP.h | 1 - 1 file changed, 1 deletion(-) --- a/drivers/char/drm/drmP.h +++ b/drivers/char/drm/drmP.h @@ -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; }; /**