usb: phy: fix dual role sysfs build if kernel modules are supported
authorAmit Pundir <amit.pundir@linaro.org>
Wed, 2 Sep 2015 11:08:31 +0000 (16:38 +0530)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 27 Oct 2015 08:45:44 +0000 (16:45 +0800)
commit0f5728d8fa8c9bdd24cfc978813f47471d890854
treeffa60c468487b4c84c8dbf1b7374b18a8a16fcb2
parenta7858114c4ed07a97e56e3f82badd0f66dbcd747
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>
(cherry picked from commit 9ff158f4c245c2fecb1489a4aae62ca67c0846a1)

Change-Id: I7ec77584b3a753448ddc50a74204a20f4636f8a4
(cherry picked from commit f5af56b478111455ce9041d958b83f13bc742af6)
drivers/usb/phy/class-dual-role.c