Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336825
b: refs/heads/master
c: 65b6ca4
h: refs/heads/master
i:
  336823: f9b02f6
v: v3
  • Loading branch information
Axel Lin authored and Linus Walleij committed Nov 8, 2012
1 parent 679762c commit a9f3b52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 924a09873c658a23e416258c6f81348cba2cfe87
refs/heads/master: 65b6ca466748a8e0a906e40a470e1582bc565d79
2 changes: 0 additions & 2 deletions trunk/drivers/gpio/gpio-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit a9f3b52

Please sign in to comment.