]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/aoa/soundbus/core.c
of/device: Replace struct of_device with struct platform_device
[karo-tx-linux.git] / sound / aoa / soundbus / core.c
index 99ca7120e269fc677eddd608150ce86769bfe78c..7487eb76e034e2c6de6620fbd919562e71071a3c 100644 (file)
@@ -59,7 +59,7 @@ static int soundbus_probe(struct device *dev)
 static int soundbus_uevent(struct device *dev, struct kobj_uevent_env *env)
 {
        struct soundbus_dev * soundbus_dev;
-       struct of_device * of;
+       struct platform_device * of;
        const char *compat;
        int retval = 0;
        int cplen, seen = 0;