All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: phy: exynos4x12-phy: Add missing MODULE_DEVICE_TABLE
@ 2014-07-02  7:48 Sjoerd Simons
  2014-07-02  8:50 ` Kishon Vijay Abraham I
  2014-07-03  6:57 ` [PATCH] drivers: phy: phy-samsung-usb2.c: " Sjoerd Simons
  0 siblings, 2 replies; 3+ messages in thread
From: Sjoerd Simons @ 2014-07-02  7:48 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: Kishon Vijay Abraham I, Kamil Debski, Sjoerd Simons

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)
 {
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-03  6:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-02  7:48 [PATCH] drivers: phy: exynos4x12-phy: Add missing MODULE_DEVICE_TABLE Sjoerd Simons
2014-07-02  8:50 ` Kishon Vijay Abraham I
2014-07-03  6:57 ` [PATCH] drivers: phy: phy-samsung-usb2.c: " Sjoerd Simons

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.