diff options
Diffstat (limited to 'arch/arm/mach-orion5x/db88f5281-setup.c')
-rw-r--r-- | arch/arm/mach-orion5x/db88f5281-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/db88f5281-setup.c b/arch/arm/mach-orion5x/db88f5281-setup.c index 00ad36ade57e..88405e74e5e3 100644 --- a/arch/arm/mach-orion5x/db88f5281-setup.c +++ b/arch/arm/mach-orion5x/db88f5281-setup.c | |||
@@ -330,7 +330,7 @@ static void __init db88f5281_init(void) | |||
330 | orion5x_init(); | 330 | orion5x_init(); |
331 | 331 | ||
332 | orion5x_mpp_conf(db88f5281_mpp_modes); | 332 | orion5x_mpp_conf(db88f5281_mpp_modes); |
333 | orion5x_write(MPP_DEV_CTRL, 0); /* DEV_D[31:16] */ | 333 | writel(0, MPP_DEV_CTRL); /* DEV_D[31:16] */ |
334 | 334 | ||
335 | /* | 335 | /* |
336 | * Configure peripherals. | 336 | * Configure peripherals. |