Message ID | 1404287322-25730-1-git-send-email-sjoerd.simons@collabora.co.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi, On Wednesday 02 July 2014 01:18 PM, Sjoerd Simons wrote: Please add a commit log here describing what your patch does and why you need it. Cheers Kishon > Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> > --- > drivers/phy/phy-samsung-usb2.c | 1 + > 1 file changed, 1 insertion(+) > > 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) > { > -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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) {
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> --- drivers/phy/phy-samsung-usb2.c | 1 + 1 file changed, 1 insertion(+)