of/device: Replace struct of_device with struct platform_device
[pandora-kernel.git] / sound / aoa / soundbus / core.c
index 99ca712..7487eb7 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;