Skip to content

Commit

Permalink
avr32: boards/atngw100/mrmt.c: fix building error
Browse files Browse the repository at this point in the history
there is an additional "{", which causes building error.

Signed-off-by: Cong Ding <dinggnu@gmail.com>
Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
  • Loading branch information
Cong Ding authored and Hans-Christian Egtvedt committed Aug 8, 2013
1 parent b7bc9e7 commit c4afd7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/avr32/boards/atngw100/mrmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ static struct ac97c_platform_data __initdata ac97c0_data = {
static struct platform_device rmt_ts_device = {
.name = "ucb1400_ts",
.id = -1,
}
};
#endif

Expand Down

0 comments on commit c4afd7b

Please sign in to comment.