DCA: convert struct class_device to struct device.
Thanks to Kay for keeping us honest. Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Shannon Nelson <shannon.nelson@intel.com> Cc: "Williams, Dan J" <dan.j.williams@intel.com> Acked-by: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
11b0cc3a4a
commit
765cdb6cef
@ -11,7 +11,7 @@ void dca_unregister_notify(struct notifier_block *nb);
|
||||
|
||||
struct dca_provider {
|
||||
struct dca_ops *ops;
|
||||
struct class_device *cd;
|
||||
struct device *cd;
|
||||
int id;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user