diff options
-rw-r--r-- | arch/arm/mach-pxa/mfp-pxa2xx.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/mfp-pxa2xx.c b/arch/arm/mach-pxa/mfp-pxa2xx.c index 3ee1f39062e9..2061c00c8ead 100644 --- a/arch/arm/mach-pxa/mfp-pxa2xx.c +++ b/arch/arm/mach-pxa/mfp-pxa2xx.c | |||
@@ -338,6 +338,9 @@ static int __init pxa2xx_mfp_init(void) | |||
338 | { | 338 | { |
339 | int i; | 339 | int i; |
340 | 340 | ||
341 | if (!cpu_is_pxa2xx()) | ||
342 | return 0; | ||
343 | |||
341 | if (cpu_is_pxa25x()) | 344 | if (cpu_is_pxa25x()) |
342 | pxa25x_mfp_init(); | 345 | pxa25x_mfp_init(); |
343 | 346 | ||