Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267024
b: refs/heads/master
c: 25aec32
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Linus Walleij committed Oct 20, 2011
1 parent 47a0681 commit d495a46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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: a5818a8bd095a08cfb1871b63af9c8bed103e4b9
refs/heads/master: 25aec320d993950474a065b59585e8dd006c3e18
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinmux-sirf.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* pad list for the pinmux subsystem
* refer to CS-131858-DC-6A.xls
*/
static const struct pinctrl_pin_desc __refdata sirfsoc_pads[] = {
static const struct pinctrl_pin_desc sirfsoc_pads[] = {
PINCTRL_PIN(4, "pwm0"),
PINCTRL_PIN(5, "pwm1"),
PINCTRL_PIN(6, "pwm2"),
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinmux-u300.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
#define U300_NUM_PADS 467

/* Pad names for the pinmux subsystem */
static const struct pinctrl_pin_desc __refdata u300_pads[] = {
static const struct pinctrl_pin_desc u300_pads[] = {
/* Pads along the top edge of the chip */
PINCTRL_PIN(0, "P PAD VDD 28"),
PINCTRL_PIN(1, "P PAD GND 28"),
Expand Down

0 comments on commit d495a46

Please sign in to comment.