X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fdca.h;h=af61cd1f37e96c1e019fd812c45a938de03c3944;hb=4c629727cefe45abb2f7459836bfc4b41c5e55ba;hp=83eaecc6f8abd4a9d3255cc73299d4220bd70f62;hpb=92d15c2ccbb3e31a3fc71ad28fdb55e1319383c0;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/dca.h b/include/linux/dca.h index 83eaecc6f8a..af61cd1f37e 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; };