Skip to content

Commit 914a020

Browse files
committed
Merge tag 'phy-for-4.16-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-linus
phy: for 4.16-rc *) Fix a Kbuild failure in qcom-ufs Signed-off-by: Kishon Vijay Abraham I <[email protected]>
2 parents 7832f6d + 59fba08 commit 914a020

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/phy/qualcomm/phy-qcom-ufs.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,3 +675,8 @@ int ufs_qcom_phy_power_off(struct phy *generic_phy)
675675
return 0;
676676
}
677677
EXPORT_SYMBOL_GPL(ufs_qcom_phy_power_off);
678+
679+
MODULE_AUTHOR("Yaniv Gardi <[email protected]>");
680+
MODULE_AUTHOR("Vivek Gautam <[email protected]>");
681+
MODULE_DESCRIPTION("Universal Flash Storage (UFS) QCOM PHY");
682+
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)