Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172630
b: refs/heads/master
c: e55b20e
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Artamonow authored and Russell King committed Dec 6, 2009
1 parent 3238f59 commit 1f2e95b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 0fb85a5aa0958b2118eab8e035731051b05775bb
refs/heads/master: e55b20e81d5c40bd04f1747450ca622b105c97a3
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-sa1100/h3600.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static struct sa1100_port_fns h3xxx_port_fns __initdata = {
};


static void h3xxx_mach_init(void)
static void __init h3xxx_mach_init(void)
{
sa1100_register_uart_fns(&h3xxx_port_fns);
sa11x0_register_mtd(&h3xxx_flash_data, &h3xxx_flash_resource, 1);
Expand Down Expand Up @@ -371,7 +371,7 @@ static struct gpio_default_state h3100_default_gpio[] = {
{ H3XXX_GPIO_COM_RTS, GPIO_MODE_OUT0, "COM RTS" },
};

static void h3100_mach_init(void)
static void __init h3100_mach_init(void)
{
h3xxx_init_gpio(h3100_default_gpio, ARRAY_SIZE(h3100_default_gpio));
h3xxx_mach_init();
Expand Down Expand Up @@ -500,7 +500,7 @@ static struct gpio_default_state h3600_default_gpio[] = {
{ H3XXX_GPIO_COM_RTS, GPIO_MODE_OUT0, "COM RTS" },
};

static void h3600_mach_init(void)
static void __init h3600_mach_init(void)
{
h3xxx_init_gpio(h3600_default_gpio, ARRAY_SIZE(h3600_default_gpio));
h3xxx_mach_init();
Expand Down

0 comments on commit 1f2e95b

Please sign in to comment.