of/device: Replace struct of_device with struct platform_device
[linux-2.6-block.git] / drivers / scsi / qlogicpti.h
index e3c74d1ee2db31e513fb33ff67a4a112354cb275..4377e87ee79c360c4bb797b4a93df405b02c1f00 100644 (file)
@@ -342,7 +342,7 @@ struct qlogicpti {
        u_int                     req_in_ptr;           /* index of next request slot */
        u_int                     res_out_ptr;          /* index of next result slot  */
        long                      send_marker;          /* must we send a marker?     */
-       struct of_device         *op;
+       struct platform_device   *op;
        unsigned long             __pad;
 
        int                       cmd_count[MAX_TARGETS];