of/device: Replace struct of_device with struct platform_device
[deliverable/linux.git] / drivers / serial / apbuart.c
index 0099b8692b60c7b2f23781b32a530702e56457d7..cc01c650a1447291a13c59af301e076418533067 100644 (file)
@@ -551,7 +551,7 @@ static struct uart_driver grlib_apbuart_driver = {
 /* OF Platform Driver                                                       */
 /* ======================================================================== */
 
-static int __devinit apbuart_probe(struct of_device *op,
+static int __devinit apbuart_probe(struct platform_device *op,
                                   const struct of_device_id *match)
 {
        int i = -1;
This page took 0.037856 seconds and 5 git commands to generate.