diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-03-25 04:54:23 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-03-30 18:36:24 -0400 |
commit | 0824806b2a2948adedf053103a19a7a5e1560342 (patch) | |
tree | 27e0515ae1162e60e26ce9e13db56cb5c89735c6 /arch/sh | |
parent | 53d8f67082c9b86699dd88b7f9e667e245193f21 (diff) |
sh: Remove buggy definition from SH7786 pinmux_data[]
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c b/arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c index 373b3447bfdf..54ca6645d5a6 100644 --- a/arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c +++ b/arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c | |||
@@ -377,7 +377,6 @@ static pinmux_enum_t pinmux_data[] = { | |||
377 | PINMUX_DATA(PJ1_DATA, PJ1_IN, PJ1_OUT, PJ1_IN_PU), | 377 | PINMUX_DATA(PJ1_DATA, PJ1_IN, PJ1_OUT, PJ1_IN_PU), |
378 | 378 | ||
379 | /* PA FN */ | 379 | /* PA FN */ |
380 | PINMUX_MARK_BEGIN, | ||
381 | PINMUX_DATA(CDE_MARK, P1MSEL2_0, PA7_FN), | 380 | PINMUX_DATA(CDE_MARK, P1MSEL2_0, PA7_FN), |
382 | PINMUX_DATA(DISP_MARK, P1MSEL2_0, PA6_FN), | 381 | PINMUX_DATA(DISP_MARK, P1MSEL2_0, PA6_FN), |
383 | PINMUX_DATA(DR5_MARK, P1MSEL2_0, PA5_FN), | 382 | PINMUX_DATA(DR5_MARK, P1MSEL2_0, PA5_FN), |