diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-04-19 03:21:41 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-24 19:53:38 (GMT) |
commit | d1481832f1dbb9d10fab27269631a130fa082f03 (patch) | |
tree | 4cec3e3c4624302c25dd6974c811c6f1d9064353 /drivers/clocksource/time-orion.c | |
parent | 10164c2ad6d2c16809f6c09e278f946e47801b3a (diff) | |
download | linux-d1481832f1dbb9d10fab27269631a130fa082f03.tar.xz |
phy: exynos: fix building as a module
The top-level phy-samsung-usb2 driver may be configured as a
loadable module, which currently causes link errors because
of the dependency on the exynos{5250,4x12,4210}_usb2_phy_config
symbol. Solving this could be achieved by exporting these
symbols, but as the SoC-specific parts of the driver are not
currently built as modules, it seems better to just link
everything into one module and avoid the need for the export.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/clocksource/time-orion.c')
0 files changed, 0 insertions, 0 deletions