Commit c4afd7b9 authored by Cong Ding's avatar Cong Ding Committed by Hans-Christian Egtvedt

avr32: boards/atngw100/mrmt.c: fix building error

there is an additional "{", which causes building error.
Signed-off-by: default avatarCong Ding <dinggnu@gmail.com>
Acked-by: default avatarHans-Christian Egtvedt <egtvedt@samfundet.no>
parent b7bc9e7d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment