of/device: Replace struct of_device with struct platform_device
[linux-2.6-block.git] / arch / powerpc / platforms / 83xx / mpc837x_mds.c
index 51df7e7546985b044893a6380fcd748588c978dc..f9751c8905be5db684a25555975a60b3b574d881 100644 (file)
@@ -102,7 +102,7 @@ static struct of_device_id mpc837x_ids[] = {
 
 static int __init mpc837x_declare_of_platform_devices(void)
 {
-       /* Publish of_device */
+       /* Publish platform_device */
        of_platform_bus_probe(NULL, mpc837x_ids, NULL);
 
        return 0;