Commit 4cdcd14dc93999e83eb32bbb6e900d3a7963fda8

Authored by Sjoerd Simons
Committed by Kishon Vijay Abraham I
1 parent 85601b8d81

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/phy/phy-exynos5-usbdrd.c
... ... @@ -542,6 +542,7 @@
542 542 },
543 543 { },
544 544 };
  545 +MODULE_DEVICE_TABLE(of, exynos5_usbdrd_phy_of_match);
545 546  
546 547 static int exynos5_usbdrd_phy_probe(struct platform_device *pdev)
547 548 {