Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375144
b: refs/heads/master
c: 4114b6a
h: refs/heads/master
v: v3
  • Loading branch information
John Crispin authored and Ralf Baechle committed May 7, 2013
1 parent a52acda commit 1f35e76
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: 5b4500d1944258184746c1f5ff05ab07b8f0b718
refs/heads/master: 4114b6a6c3f2285f7f74065789dbd68fa24fc0ae
2 changes: 1 addition & 1 deletion trunk/arch/mips/ralink/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct ralink_pinmux {
int uart_shift;
void (*wdt_reset)(void);
};
extern struct ralink_pinmux gpio_pinmux;
extern struct ralink_pinmux rt_gpio_pinmux;

struct ralink_soc_info {
unsigned char sys_type[RAMIPS_SYS_TYPE_LEN];
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/ralink/rt305x.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void rt305x_wdt_reset(void)
rt_sysc_w32(t, SYSC_REG_SYSTEM_CONFIG);
}

struct ralink_pinmux gpio_pinmux = {
struct ralink_pinmux rt_gpio_pinmux = {
.mode = mode_mux,
.uart = uart_mux,
.uart_shift = RT305X_GPIO_MODE_UART0_SHIFT,
Expand Down

0 comments on commit 1f35e76

Please sign in to comment.