Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137215
b: refs/heads/master
c: 8b785b9
h: refs/heads/master
i:
  137213: f80cc7b
  137211: b46ea71
  137207: 13906cc
  137199: 94fce8e
  137183: 9f98e49
  137151: 97438c0
  137087: 1a0c694
  136959: b56639d
  136703: 6080cf0
  136191: f749f04
  135167: 2e3fa83
v: v3
  • Loading branch information
Mark Brown authored and Sascha Hauer committed Mar 13, 2009
1 parent 4a37f51 commit db91301
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: 4d5f9cdacb74d35b4e435cb66443da203d8be6f0
refs/heads/master: 8b785b9dfb309be8d44d655df1f370b15dda7687
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-mx3/mx31ads.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,13 @@ static struct map_desc mx31ads_io_desc[] __initdata = {
/*!
* Set up static virtual mappings.
*/
void __init mx31ads_map_io(void)
static void __init mx31ads_map_io(void)
{
mxc_map_io();
iotable_init(mx31ads_io_desc, ARRAY_SIZE(mx31ads_io_desc));
}

void __init mx31ads_init_irq(void)
static void __init mx31ads_init_irq(void)
{
mxc_init_irq();
mx31ads_init_expio();
Expand All @@ -247,7 +247,7 @@ static void __init mx31ads_timer_init(void)
mx31_clocks_init(26000000);
}

struct sys_timer mx31ads_timer = {
static struct sys_timer mx31ads_timer = {
.init = mx31ads_timer_init,
};

Expand Down

0 comments on commit db91301

Please sign in to comment.