From: Mian Yousaf Kaukab Date: Tue, 5 May 2020 08:45:01 +0000 (+0200) Subject: gpio: tegra186: export MODULE_DEVICE_TABLE X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~2017^2~7^2~5 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=fef2d3bb2db61d904e4016a181dd107d608fd055;p=linux.git gpio: tegra186: export MODULE_DEVICE_TABLE Export MODULE_DEVICE_TABLE since the driver can be built as a module. Signed-off-by: Mian Yousaf Kaukab Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-tegra186.c b/drivers/gpio/gpio-tegra186.c index 79b553dc39a3..178e9128ded0 100644 --- a/drivers/gpio/gpio-tegra186.c +++ b/drivers/gpio/gpio-tegra186.c @@ -894,6 +894,7 @@ static const struct of_device_id tegra186_gpio_of_match[] = { /* sentinel */ } }; +MODULE_DEVICE_TABLE(of, tegra186_gpio_of_match); static struct platform_driver tegra186_gpio_driver = { .driver = {