Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers: phy: phy-samsung-usb2.c: Add missing MODULE_DEVICE_TABLE

Allow phy-exynos-usb2 to be autoloaded based on devicetree information.
Tested on Odroid X2 with its USB subsystem build as modules.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sjoerd Simons and committed by
Greg Kroah-Hartman
bf5baf95 3df9fcd5

+1
+1
drivers/phy/phy-samsung-usb2.c
··· 107 107 #endif 108 108 { }, 109 109 }; 110 + MODULE_DEVICE_TABLE(of, samsung_usb2_phy_of_match); 110 111 111 112 static int samsung_usb2_phy_probe(struct platform_device *pdev) 112 113 {