Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

there is an additional "{", which causes building error.

Signed-off-by: Cong Ding <dinggnu@gmail.com>
Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>

authored by

Cong Ding and committed by
Hans-Christian Egtvedt
c4afd7b9 b7bc9e7d

-1
-1
arch/avr32/boards/atngw100/mrmt.c
··· 150 150 static struct platform_device rmt_ts_device = { 151 151 .name = "ucb1400_ts", 152 152 .id = -1, 153 - } 154 153 }; 155 154 #endif 156 155