From: Sjoerd Simons Date: Thu, 10 Jul 2014 06:25:01 +0000 (+0530) Subject: drivers: phy: phy-samsung-usb2.c: Add missing MODULE_DEVICE_TABLE X-Git-Tag: v4.9.8~6111^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf5baf954a8249ad565862faa98accb19f3ab957;p=platform%2Fkernel%2Flinux-rpi3.git 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 Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/phy/phy-samsung-usb2.c b/drivers/phy/phy-samsung-usb2.c index 8a8c6bc..1e69a32 100644 --- a/drivers/phy/phy-samsung-usb2.c +++ b/drivers/phy/phy-samsung-usb2.c @@ -107,6 +107,7 @@ static const struct of_device_id samsung_usb2_phy_of_match[] = { #endif { }, }; +MODULE_DEVICE_TABLE(of, samsung_usb2_phy_of_match); static int samsung_usb2_phy_probe(struct platform_device *pdev) {