diff options
Diffstat (limited to 'arch/arm/mach-mv78xx0/mpp.c')
-rw-r--r-- | arch/arm/mach-mv78xx0/mpp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-mv78xx0/mpp.c b/arch/arm/mach-mv78xx0/mpp.c index df50342179e2..4da82f85d1ce 100644 --- a/arch/arm/mach-mv78xx0/mpp.c +++ b/arch/arm/mach-mv78xx0/mpp.c | |||
@@ -33,5 +33,6 @@ static unsigned int __init mv78xx0_variant(void) | |||
33 | void __init mv78xx0_mpp_conf(unsigned int *mpp_list) | 33 | void __init mv78xx0_mpp_conf(unsigned int *mpp_list) |
34 | { | 34 | { |
35 | orion_mpp_conf(mpp_list, mv78xx0_variant(), | 35 | orion_mpp_conf(mpp_list, mv78xx0_variant(), |
36 | MPP_MAX, DEV_BUS_VIRT_BASE); | 36 | MPP_MAX, |
37 | (unsigned long) DEV_BUS_VIRT_BASE); | ||
37 | } | 38 | } |