summaryrefslogtreecommitdiffstats
path: root/drivers/phy
diff options
context:
space:
mode:
authorSjoerd Simons2014-08-25 09:38:49 +0200
committerKishon Vijay Abraham I2014-08-28 07:47:43 +0200
commit4cdcd14dc93999e83eb32bbb6e900d3a7963fda8 (patch)
tree6f5074c96c4ca22345ff4435ca5ad2fdc1fec264 /drivers/phy
parentusb: phy: twl4030-usb: Fix lost interrupts after ID pin goes down (diff)
downloadkernel-qcow2-linux-4cdcd14dc93999e83eb32bbb6e900d3a7963fda8.tar.gz
kernel-qcow2-linux-4cdcd14dc93999e83eb32bbb6e900d3a7963fda8.tar.xz
kernel-qcow2-linux-4cdcd14dc93999e83eb32bbb6e900d3a7963fda8.zip
phy: exynos5-usbdrd: Add MODULE_DEVICE_TABLE entry
Add a MODULE_DEVICE_TABLE call for OF match tables. This allows the module to be autoloaded based on devicetree information. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/phy-exynos5-usbdrd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/phy-exynos5-usbdrd.c b/drivers/phy/phy-exynos5-usbdrd.c
index b05302b09c9f..392101c8d6b0 100644
--- a/drivers/phy/phy-exynos5-usbdrd.c
+++ b/drivers/phy/phy-exynos5-usbdrd.c
@@ -542,6 +542,7 @@ static const struct of_device_id exynos5_usbdrd_phy_of_match[] = {
},
{ },
};
+MODULE_DEVICE_TABLE(of, exynos5_usbdrd_phy_of_match);
static int exynos5_usbdrd_phy_probe(struct platform_device *pdev)
{