diff options
author | David Lechner <david@lechnology.com> | 2017-01-06 00:43:41 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-01-11 14:28:28 +0100 |
commit | 476e3e1d0555a9170e050a9708f883814ce79354 (patch) | |
tree | 8de361e6a938be24eeb78b0ae14ab187c4b72bf0 | |
parent | pinctrl: baytrail: Convert to use devm_*() (diff) | |
download | linux-476e3e1d0555a9170e050a9708f883814ce79354.tar.xz linux-476e3e1d0555a9170e050a9708f883814ce79354.zip |
pinctrl: da850-pupd: Add to module device table
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>
-rw-r--r-- | drivers/pinctrl/pinctrl-da850-pupd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/pinctrl-da850-pupd.c b/drivers/pinctrl/pinctrl-da850-pupd.c index b36a90a3f3e4..921729b4bb46 100644 --- a/drivers/pinctrl/pinctrl-da850-pupd.c +++ b/drivers/pinctrl/pinctrl-da850-pupd.c @@ -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 = { |