From: David Lechner Date: Thu, 5 Jan 2017 23:43:41 +0000 (-0600) Subject: pinctrl: da850-pupd: Add to module device table X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=476e3e1d0555a9170e050a9708f883814ce79354;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Linus Walleij --- 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 = {