summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPhilipp Zabel2009-04-28 13:31:08 +0200
committerEric Miao2009-06-05 04:39:39 +0200
commit2f1a5bf707a39153d93d04858f69f2d43563d08c (patch)
treea64387f0009490802a857729bef28986b2227eaf /arch
parent[ARM] pxa/magician: use I2C fast mode (diff)
downloadkernel-qcow2-linux-2f1a5bf707a39153d93d04858f69f2d43563d08c.tar.gz
kernel-qcow2-linux-2f1a5bf707a39153d93d04858f69f2d43563d08c.tar.xz
kernel-qcow2-linux-2f1a5bf707a39153d93d04858f69f2d43563d08c.zip
[ARM] pxa/magician: use ARRAY_AND_SIZE for platform_add_devices
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-pxa/magician.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c
index 34046c8bfaf5..ca39669cffc5 100644
--- a/arch/arm/mach-pxa/magician.c
+++ b/arch/arm/mach-pxa/magician.c
@@ -779,7 +779,7 @@ static void __init magician_init(void)
pxa2xx_mfp_config(ARRAY_AND_SIZE(magician_pin_config));
- platform_add_devices(devices, ARRAY_SIZE(devices));
+ platform_add_devices(ARRAY_AND_SIZE(devices));
err = gpio_request(GPIO83_MAGICIAN_nIR_EN, "nIR_EN");
if (!err) {