omap: Devkit8000: Change position of init calls

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Tuesday, April 27, 2010 - 9:59 am

Gitweb:     http://git.kernel.org/linus/faec32e5bfe699e40adcf30df82ec1db8fe8e43b
Commit:     faec32e5bfe699e40adcf30df82ec1db8fe8e43b
Parent:     184644a633d1b8cf5f2f7cf0debc4ee3917adc44
Author:     Thomas Weber <weber@corscience.de>
AuthorDate: Wed Mar 24 12:52:14 2010 +0000
Committer:  Tony Lindgren <tony@atomide.com>
CommitDate: Fri Apr 23 15:37:24 2010 -0700

    omap: Devkit8000: Change position of init calls
    
    Change position of calling serial and ethernet initialization.
    
    Signed-off-by: Thomas Weber <weber@corscience.de>
    Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 arch/arm/mach-omap2/board-devkit8000.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c
index d605e05..0b4abd4 100644
--- a/arch/arm/mach-omap2/board-devkit8000.c
+++ b/arch/arm/mach-omap2/board-devkit8000.c
@@ -649,6 +649,10 @@ static const struct ehci_hcd_omap_platform_data ehci_pdata __initconst = {
 
 static void __init devkit8000_init(void)
 {
+	omap_serial_init();
+
+	omap_dm9000_init();
+
 	devkit8000_i2c_init();
 	platform_add_devices(devkit8000_devices,
 			ARRAY_SIZE(devkit8000_devices));
@@ -658,10 +662,6 @@ static void __init devkit8000_init(void)
 	spi_register_board_info(devkit8000_spi_board_info,
 	ARRAY_SIZE(devkit8000_spi_board_info));
 
-	omap_serial_init();
-
-	omap_dm9000_init();
-
 	devkit8000_ads7846_init();
 
 	omap_mux_init_gpio(170, OMAP_PIN_INPUT);
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
omap: Devkit8000: Change position of init calls, Linux Kernel Mailing ..., (Tue Apr 27, 9:59 am)