Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190303
b: refs/heads/master
c: faec32e
h: refs/heads/master
i:
  190301: 20ebb91
  190299: 5059a6f
  190295: 0bf8420
  190287: ec189f4
  190271: c3a2aa7
v: v3
  • Loading branch information
Thomas Weber authored and Tony Lindgren committed Apr 23, 2010
1 parent 7efaa37 commit 4847e68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 184644a633d1b8cf5f2f7cf0debc4ee3917adc44
refs/heads/master: faec32e5bfe699e40adcf30df82ec1db8fe8e43b
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-omap2/board-devkit8000.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand All @@ -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);
Expand Down

0 comments on commit 4847e68

Please sign in to comment.