[<prev] [next>] [day] [month] [year] [list]
Message-ID: <49367DC8.1050708@mimc.co.uk>
Date: Wed, 03 Dec 2008 12:38:32 +0000
From: Mark Jackson <mpfj@...c.co.uk>
To: kernel@...32linux.org, lkml <linux-kernel@...r.kernel.org>
CC: Haavard Skinnemoen <haavard.skinnemoen@...el.com>
Subject: [PATCH 1/1] MIMC200: Remove deprecated call
This patch removes a call to the deprecated function at32_add_system_devices().
Signed-off-by: Mark Jackson <mpfj@...c.co.uk>
---
arch/avr32/boards/mimc200/setup.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/avr32/boards/mimc200/setup.c b/arch/avr32/boards/mimc200/setup.c
index 397cbb8..c060d4d 100644
--- a/arch/avr32/boards/mimc200/setup.c
+++ b/arch/avr32/boards/mimc200/setup.c
@@ -207,8 +207,6 @@ static int __init mimc200_init(void)
* reserve any pins for it.
*/
- at32_add_system_devices();
-
at32_add_device_usart(0);
at32_add_device_usart(1);
at32_add_device_usart(2);
--
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