Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91269
b: refs/heads/master
c: 1c104e0
h: refs/heads/master
i:
  91267: 84e4da6
v: v3
  • Loading branch information
Russell King authored and Russell King committed Apr 19, 2008
1 parent ee49cdb commit a06f0cc
Show file tree
Hide file tree
Showing 4 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: c546106cc15d300a5b3eba5a514c9238bb6593e8
refs/heads/master: 1c104e0e4f6ab396960c058e95e18bdedcac945b
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pxa/pxa25x.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,4 @@ static int __init pxa25x_init(void)
return ret;
}

subsys_initcall(pxa25x_init);
postcore_initcall(pxa25x_init);
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pxa/pxa27x.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,4 @@ static int __init pxa27x_init(void)
return ret;
}

subsys_initcall(pxa27x_init);
postcore_initcall(pxa27x_init);
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pxa/pxa3xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,4 +573,4 @@ static int __init pxa3xx_init(void)
return ret;
}

subsys_initcall(pxa3xx_init);
postcore_initcall(pxa3xx_init);

0 comments on commit a06f0cc

Please sign in to comment.