Merge remote-tracking branch 'usb-gadget/next'
[deliverable/linux.git] / include / linux / ulpi / driver.h
index 80b36ca12e80ec9aec1cff524475e7195526c1a1..a7af21a5524805b47718ef8001eea20e83860647 100644 (file)
@@ -15,7 +15,7 @@ struct ulpi_ops;
  */
 struct ulpi {
        struct ulpi_device_id id;
-       struct ulpi_ops *ops;
+       const struct ulpi_ops *ops;
        struct device dev;
 };
 
This page took 0.025846 seconds and 5 git commands to generate.