Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336407
b: refs/heads/master
c: 5c084ec
h: refs/heads/master
i:
  336405: 472986b
  336403: d86f426
  336399: fe33efc
v: v3
  • Loading branch information
Axel Lin authored and Linus Walleij committed Nov 11, 2012
1 parent 67f77ca commit 1c29103
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 826d6ca8f955c7a902e775acef3bdbfc93695b04
refs/heads/master: 5c084ec82015553ab8972cd251fc2e5757e4a379
11 changes: 0 additions & 11 deletions trunk/drivers/pinctrl/pinctrl-lantiq.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,16 +275,6 @@ static int ltq_pmx_enable(struct pinctrl_dev *pctrldev,
return 0;
}

static void ltq_pmx_disable(struct pinctrl_dev *pctrldev,
unsigned func,
unsigned group)
{
/*
* Nothing to do here. However, pinconf_check_ops() requires this
* callback to be defined.
*/
}

static int ltq_pmx_gpio_request_enable(struct pinctrl_dev *pctrldev,
struct pinctrl_gpio_range *range,
unsigned pin)
Expand Down Expand Up @@ -312,7 +302,6 @@ static struct pinmux_ops ltq_pmx_ops = {
.get_function_name = ltq_pmx_func_name,
.get_function_groups = ltq_pmx_get_groups,
.enable = ltq_pmx_enable,
.disable = ltq_pmx_disable,
.gpio_request_enable = ltq_pmx_gpio_request_enable,
};

Expand Down

0 comments on commit 1c29103

Please sign in to comment.