diff options
| -rw-r--r-- | drivers/gpio/gpio-tegra.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpio/gpio-tegra.c b/drivers/gpio/gpio-tegra.c index 5ad4ceb14da..cfd9b723002 100644 --- a/drivers/gpio/gpio-tegra.c +++ b/drivers/gpio/gpio-tegra.c @@ -110,13 +110,11 @@ static void tegra_gpio_enable(int gpio)  {  	tegra_gpio_mask_write(GPIO_MSK_CNF(gpio), gpio, 1);  } -EXPORT_SYMBOL_GPL(tegra_gpio_enable);  static void tegra_gpio_disable(int gpio)  {  	tegra_gpio_mask_write(GPIO_MSK_CNF(gpio), gpio, 0);  } -EXPORT_SYMBOL_GPL(tegra_gpio_disable);  static int tegra_gpio_request(struct gpio_chip *chip, unsigned offset)  {  |