From 3c2911ef81712e9e877e52c67e8876da43157f38 Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Fri, 7 Aug 2009 03:52:18 +0000 Subject: [PATCH] --- yaml --- r: 156689 b: refs/heads/master c: dbefd606a3b3634799b625f4900336e61c89e868 h: refs/heads/master i: 156687: 8a46c8aa33e062addbdd9a242026442fcb10d95d v: v3 --- [refs] | 2 +- trunk/arch/sh/boards/board-ap325rxa.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9a771126139d..a8315caac688 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ba3a17019181af5d6ab898760620c4e9916396c2 +refs/heads/master: dbefd606a3b3634799b625f4900336e61c89e868 diff --git a/trunk/arch/sh/boards/board-ap325rxa.c b/trunk/arch/sh/boards/board-ap325rxa.c index 7ffd1b4315bd..b9c88cc519e2 100644 --- a/trunk/arch/sh/boards/board-ap325rxa.c +++ b/trunk/arch/sh/boards/board-ap325rxa.c @@ -547,7 +547,7 @@ static int __init ap325rxa_devices_setup(void) return platform_add_devices(ap325rxa_devices, ARRAY_SIZE(ap325rxa_devices)); } -device_initcall(ap325rxa_devices_setup); +arch_initcall(ap325rxa_devices_setup); /* Return the board specific boot mode pin configuration */ static int ap325rxa_mode_pins(void)