Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375145
b: refs/heads/master
c: 0ba4337
h: refs/heads/master
i:
  375143: a52acda
v: v3
  • Loading branch information
John Crispin authored and Ralf Baechle committed May 7, 2013
1 parent 1f35e76 commit b844c92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 4114b6a6c3f2285f7f74065789dbd68fa24fc0ae
refs/heads/master: 0ba433704f7789e80734ac346b872ff141ec82c2
6 changes: 3 additions & 3 deletions trunk/arch/mips/ralink/rt305x.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

enum rt305x_soc_type rt305x_soc;

struct ralink_pinmux_grp mode_mux[] = {
static struct ralink_pinmux_grp mode_mux[] = {
{
.name = "i2c",
.mask = RT305X_GPIO_MODE_I2C,
Expand Down Expand Up @@ -61,7 +61,7 @@ struct ralink_pinmux_grp mode_mux[] = {
}, {0}
};

struct ralink_pinmux_grp uart_mux[] = {
static struct ralink_pinmux_grp uart_mux[] = {
{
.name = "uartf",
.mask = RT305X_GPIO_MODE_UARTF,
Expand Down Expand Up @@ -103,7 +103,7 @@ struct ralink_pinmux_grp uart_mux[] = {
}, {0}
};

void rt305x_wdt_reset(void)
static void rt305x_wdt_reset(void)
{
u32 t;

Expand Down

0 comments on commit b844c92

Please sign in to comment.