Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ac0e913 authored by Amit Pundir's avatar Amit Pundir Committed by Manu Gautam
Browse files

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: default avatarAmit Pundir <amit.pundir@linaro.org>
(cherry picked from commit 9ff158f4)

Git-commit: 9ff158f4
Git-repo: https://android.googlesource.com/kernel/common/


Change-Id: I7ec77584b3a753448ddc50a74204a20f4636f8a4
Signed-off-by: default avatarManu Gautam <mgautam@codeaurora.org>
parent 0c3a23a4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment