commit | 073c47aca7b7ccc6dd3fb21a3ee8134e30d8b327 | [log] [tgz] |
---|---|---|
author | Tal Shorer <tal.shorer@gmail.com> | Tue Aug 16 19:04:53 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Sep 06 10:47:26 2016 +0300 |
tree | 05f5cc229dcd611bd32b9f2bce0f1b48c0619cba | |
parent | b9454f90c9432e1a70389c26c34e972090efcec6 [diff] |
usb: dwc3: ulpi: make dwc3_ulpi_ops constant ulpi_register_interface() accepts a const struct ulpi_ops and dwc3 doesn't perform any changes to this struct at runtime, so there's no reason it shouldn't be constant. Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Tal Shorer <tal.shorer@gmail.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>