Skip to content

Commit

Permalink
drivers: phy: phy-samsung-usb2.c: Add missing MODULE_DEVICE_TABLE
Browse files Browse the repository at this point in the history
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 <sjoerd.simons@collabora.co.uk>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Sjoerd Simons authored and Greg Kroah-Hartman committed Jul 12, 2014
1 parent 3df9fcd commit bf5baf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/phy/phy-samsung-usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit bf5baf9

Please sign in to comment.