Files
linux/drivers/usb/phy
Amit Pundir b9efd37bc8 usb: phy: fix dual role sysfs build if kernel modules are supported
Add a missing ";" after EXPORT_SYMBOL() otherwise we run
into following build error if Kernel Modules are supported:
----------
  CC      drivers/usb/phy/class-dual-role.o
drivers/usb/phy/class-dual-role.c:91:1: error: expected ',' or ';' before 'int'
 int dual_role_get_property(struct dual_role_phy_instance *dual_role,
 ^
make[3]: *** [drivers/usb/phy/class-dual-role.o] Error 1
----------

Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2016-02-16 13:52:13 -08:00
..
2015-03-11 10:19:36 -05:00
2015-06-08 10:57:51 -07:00
2014-11-12 08:37:37 -06:00
2014-11-03 10:01:25 -06:00