Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux
[pandora-kernel.git] / include / linux / dca.h
index 83eaecc..af61cd1 100644 (file)
@@ -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;
 };