Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112463
b: refs/heads/master
c: e7f3c60
h: refs/heads/master
i:
  112461: ccaba41
  112459: 09b61d9
  112455: 0997714
  112447: 996fb84
v: v3
  • Loading branch information
Eric Miao authored and Russell King committed Oct 7, 2008
1 parent cce63c9 commit 4315525
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5a89770daad83df74d77a8d34a1ffaedae565ce9
refs/heads/master: e7f3c60037fcad0edc0b79b8d285418246bcef40
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-pxa/mfp-pxa2xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ static int __init pxa2xx_mfp_init(void)
{
int i;

if (!cpu_is_pxa2xx())
return 0;

if (cpu_is_pxa25x())
pxa25x_mfp_init();

Expand Down

0 comments on commit 4315525

Please sign in to comment.