diff options
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); | |||
11 | 11 | ||
12 | struct dca_provider { | 12 | struct dca_provider { |
13 | struct dca_ops *ops; | 13 | struct dca_ops *ops; |
14 | struct class_device *cd; | 14 | struct device *cd; |
15 | int id; | 15 | int id; |
16 | }; | 16 | }; |
17 | 17 | ||