diff options
| author | Kay Sievers <[email protected]> | 2008-02-08 15:00:49 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-02-08 15:33:33 -0800 |
| commit | 765cdb6cef63c0b41c3f6c9285769080b3f41bb0 (patch) | |
| tree | 0a66a606936d51249b3b4545bbbe426c4e1be0c7 /include/linux | |
| parent | 11b0cc3a4af65413ca3bb5698769e091486e0b22 (diff) | |
DCA: convert struct class_device to struct device.
Thanks to Kay for keeping us honest.
Signed-off-by: Kay Sievers <[email protected]>
Signed-off-by: Shannon Nelson <[email protected]>
Cc: "Williams, Dan J" <[email protected]>
Acked-by: Greg KH <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dca.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dca.h b/include/linux/dca.h index 83eaecc6f8ab..af61cd1f37e9 100644 --- a/include/linux/dca.h +++ b/include/linux/dca.h @@ -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; }; |