On Thu, Dec 02, 2010 at 06:21:57AM -0500, Mike Frysinger wrote:
On Thu, Dec 2, 2010 at 04:25, Felipe Balbi wrote:
+struct musb_platform_ops musb_ops = {
+ .init = am35x_init,
+ .exit = am35x_exit,
+
+ .enable = am35x_enable,
+ .disable = am35x_disable,
+
+ .set_mode = am35x_set_mode,
+ .try_idle = am35x_try_idle,
+
+ .set_vbus = am35x_set_vbus,
+};
is there any need for these musb_platform_ops to be writable ? or
should we start using "const" from the outset rather than adding it
later ?
true, good catch. I completely missed that :-)
--
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html