[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1358199833-15769-1-git-send-email-dinggnu@gmail.com>
Date: Mon, 14 Jan 2013 22:43:51 +0100
From: Cong Ding <dinggnu@...il.com>
To: Haavard Skinnemoen <hskinnemoen@...il.com>,
Hans-Christian Egtvedt <egtvedt@...fundet.no>,
linux-kernel@...r.kernel.org
Cc: Cong Ding <dinggnu@...il.com>
Subject: [PATCH] avr32: boards/atngw100/mrmt.c: fix build error
there is an extra "} in the file, so we delete it.
Signed-off-by: Cong Ding <dinggnu@...il.com>
---
arch/avr32/boards/atngw100/mrmt.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/avr32/boards/atngw100/mrmt.c b/arch/avr32/boards/atngw100/mrmt.c
index f914319..7de083d 100644
--- a/arch/avr32/boards/atngw100/mrmt.c
+++ b/arch/avr32/boards/atngw100/mrmt.c
@@ -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
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists