diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-05-28 10:43:48 -0400 |
---|---|---|
committer | Lennert Buytenhek <buytenh@marvell.com> | 2008-06-22 16:44:57 -0400 |
commit | 79e90dd5aa95adfdc3117db8a559da3d0195ba58 (patch) | |
tree | be2a760b39e8f295aca136da03c05490c77a0b48 /arch/arm/mach-orion5x/db88f5281-setup.c | |
parent | 0e3bc0503f7e7b5b0bd4416f43eeeca1b661e66e (diff) |
[ARM] Orion: nuke orion5x_{read,write}
Nuke the Orion-specific orion5x_{read,write} wrappers.
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
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. |