diff --git a/[refs] b/[refs] index 80b3375ef69d..d003611c6a4a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a89770daad83df74d77a8d34a1ffaedae565ce9 +refs/heads/master: e7f3c60037fcad0edc0b79b8d285418246bcef40 diff --git a/trunk/arch/arm/mach-pxa/mfp-pxa2xx.c b/trunk/arch/arm/mach-pxa/mfp-pxa2xx.c index 3ee1f39062e9..2061c00c8ead 100644 --- a/trunk/arch/arm/mach-pxa/mfp-pxa2xx.c +++ b/trunk/arch/arm/mach-pxa/mfp-pxa2xx.c @@ -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();