aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/tegra186_gpio.c')
-rw-r--r--drivers/gpio/tegra186_gpio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/tegra186_gpio.c b/drivers/gpio/tegra186_gpio.c
index 1f0e8d51da..6626b5415a 100644
--- a/drivers/gpio/tegra186_gpio.c
+++ b/drivers/gpio/tegra186_gpio.c
@@ -281,5 +281,4 @@ U_BOOT_DRIVER(tegra186_gpio) = {
281 .bind = tegra186_gpio_bind, 281 .bind = tegra186_gpio_bind,
282 .probe = tegra186_gpio_probe, 282 .probe = tegra186_gpio_probe,
283 .ops = &tegra186_gpio_ops, 283 .ops = &tegra186_gpio_ops,
284 .flags = DM_FLAG_PRE_RELOC,
285}; 284};