[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1262818680-20412-1-git-send-email-a.beregalov@gmail.com>
Date: Thu, 7 Jan 2010 01:58:00 +0300
From: Alexander Beregalov <a.beregalov@...il.com>
To: pma@...iamatech.com, haavard.skinnemoen@...el.com
Cc: linux-kernel@...r.kernel.org,
Alexander Beregalov <a.beregalov@...il.com>
Subject: [PATCH] avr32: MRMT: remove unneeded bracket
It should cause a build error.
Signed-off-by: Alexander Beregalov <a.beregalov@...il.com>
---
arch/avr32/boards/atngw100/mrmt.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/avr32/boards/atngw100/mrmt.c b/arch/avr32/boards/atngw100/mrmt.c
index 7919be3..390223f 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.6.6
--
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