RE: [PATCH] phy: exynos: fix building as a module

2014-03-13 Thread Kamil Debski
Hi Arnd, > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Wednesday, March 12, 2014 4:48 PM > > 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 >

RE: [PATCH] phy: exynos: fix building as a module

2014-03-13 Thread Kamil Debski
Hi Arnd, From: Arnd Bergmann [mailto:a...@arndb.de] Sent: Wednesday, March 12, 2014 4:48 PM 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.

[PATCH] phy: exynos: fix building as a module

2014-03-12 Thread Arnd Bergmann
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

[PATCH] phy: exynos: fix building as a module

2014-03-12 Thread Arnd Bergmann
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