[ARM] pxa: fix incorrect initialization of mfp sysdev when not pxa2xx
authorEric Miao <eric.miao@marvell.com>
Sat, 27 Sep 2008 10:07:48 +0000 (18:07 +0800)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 7 Oct 2008 18:12:55 +0000 (19:12 +0100)
The initialization of mfp sysdev in pxa2xx_mfp_init() shall really be
avoided when !cpu_is_pxa2xx().

Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found