usb: ulpi: make ops struct constant
authorTal Shorer <tal.shorer@gmail.com>
Tue, 16 Aug 2016 16:04:52 +0000 (19:04 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 6 Sep 2016 07:47:25 +0000 (10:47 +0300)
commitb9454f90c9432e1a70389c26c34e972090efcec6
tree94b271db66cb6dc3895fc1203b759448464de28c
parent042b0f31b2a87799a9c832f71474c5be3517e139
usb: ulpi: make ops struct constant

None of the core ulpi functions perform any changes to the operations
struct, and logically as a struct that contains function pointers
there's no reason it shouldn't be constant.

Acked-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>
drivers/usb/common/ulpi.c
include/linux/ulpi/driver.h
include/linux/ulpi/interface.h