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/dns323-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/dns323-setup.c')
-rw-r--r-- | arch/arm/mach-orion5x/dns323-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/dns323-setup.c b/arch/arm/mach-orion5x/dns323-setup.c index 64730a045ff6..3791ca6f001a 100644 --- a/arch/arm/mach-orion5x/dns323-setup.c +++ b/arch/arm/mach-orion5x/dns323-setup.c | |||
@@ -269,7 +269,7 @@ static void __init dns323_init(void) | |||
269 | orion5x_init(); | 269 | orion5x_init(); |
270 | 270 | ||
271 | orion5x_mpp_conf(dns323_mpp_modes); | 271 | orion5x_mpp_conf(dns323_mpp_modes); |
272 | orion5x_write(MPP_DEV_CTRL, 0); /* DEV_D[31:16] */ | 272 | writel(0, MPP_DEV_CTRL); /* DEV_D[31:16] */ |
273 | 273 | ||
274 | /* | 274 | /* |
275 | * Configure peripherals. | 275 | * Configure peripherals. |