]> git.baikalelectronics.ru Git - kernel.git/commit
phy-sun4i-usb: Add missing EXPORT_SYMBOL_GPL for sun4i_usb_phy_set_squelch_detect
authorHans de Goede <hdegoede@redhat.com>
Fri, 31 Jul 2015 08:01:40 +0000 (10:01 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Sat, 1 Aug 2015 10:22:58 +0000 (15:52 +0530)
commit9fcc36f42e4b8260a5985b0aeb48f2e5b19e0fb4
treeae54e81bb0c5ae2518c5500420775bdc3cecebef
parent79e1d91d8e719b9dd47202ceee7e47f1455f39d4
phy-sun4i-usb: Add missing EXPORT_SYMBOL_GPL for sun4i_usb_phy_set_squelch_detect

sun4i_usb_phy_set_squelch_detect is used by other code, which may be built
as a module, so it should be exported.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-sun4i-usb.c