pinctrl: da850-pupd: Add to module device table
authorDavid Lechner <david@lechnology.com>
Thu, 5 Jan 2017 23:43:41 +0000 (17:43 -0600)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 11 Jan 2017 13:28:28 +0000 (14:28 +0100)
This adds the pintrol-da850-pupd driver to the module device table so that
udev will automatically bind the driver to the device.

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-da850-pupd.c

index b36a90a3f3e492493b41c5c61c61582e7d35a091..921729b4bb462ee8219a94865817597d870fd6fe 100644 (file)
@@ -194,6 +194,7 @@ static const struct of_device_id da850_pupd_of_match[] = {
        { .compatible = "ti,da850-pupd" },
        { }
 };
+MODULE_DEVICE_TABLE(of, da850_pupd_of_match);
 
 static struct platform_driver da850_pupd_driver = {
        .driver = {