[PATCH 1/1] MIMC200: Remove deprecated call

From: Mark Jackson
Date: Wed Dec 03 2008 - 07:38:45 EST


This patch removes a call to the deprecated function at32_add_system_devices().

Signed-off-by: Mark Jackson <mpfj@xxxxxxxxxx>

---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/