Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303121
b: refs/heads/master
c: d2621b8
h: refs/heads/master
i:
  303119: 7bfd405
v: v3
  • Loading branch information
Andrew Lunn committed May 14, 2012
1 parent a64aa0d commit 93855c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 6ed272f245893f2278a9f5a59bacd857664c7d1f
refs/heads/master: d2621b82c2e8d2e37100797448143bf6ae88d89f
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-orion5x/addr-map.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static int __init cpu_win_can_remap(const struct orion_addr_map_cfg *cfg,
/*
* Description of the windows needed by the platform code
*/
static struct __initdata orion_addr_map_cfg addr_map_cfg = {
static struct orion_addr_map_cfg addr_map_cfg __initdata = {
.num_wins = 8,
.cpu_win_can_remap = cpu_win_can_remap,
.bridge_virt_base = ORION5X_BRIDGE_VIRT_BASE,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-orion5x/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ int __init orion5x_find_tclk(void)
return 166666667;
}

static void orion5x_timer_init(void)
static void __init orion5x_timer_init(void)
{
orion5x_tclk = orion5x_find_tclk();

Expand Down

0 comments on commit 93855c4

Please sign in to comment.