summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-w90x900/mach-nuc950evb.c
diff options
context:
space:
mode:
authorNicolas Pitre2011-07-06 04:38:19 +0200
committerNicolas Pitre2011-08-21 23:15:22 +0200
commitb84047e514b62456e2322f053859243459144593 (patch)
tree461a015da8afc8b2003251b6dd8e546c8bb80a57 /arch/arm/mach-w90x900/mach-nuc950evb.c
parentARM: mach-vt8500: convert boot_params to atag_offset (diff)
downloadkernel-qcow2-linux-b84047e514b62456e2322f053859243459144593.tar.gz
kernel-qcow2-linux-b84047e514b62456e2322f053859243459144593.tar.xz
kernel-qcow2-linux-b84047e514b62456e2322f053859243459144593.zip
ARM: mach-w90x900: remove useless boot_params entries
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-w90x900/mach-nuc950evb.c')
-rw-r--r--arch/arm/mach-w90x900/mach-nuc950evb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-w90x900/mach-nuc950evb.c b/arch/arm/mach-w90x900/mach-nuc950evb.c
index 590c99b96dc1..4062e55a57d8 100644
--- a/arch/arm/mach-w90x900/mach-nuc950evb.c
+++ b/arch/arm/mach-w90x900/mach-nuc950evb.c
@@ -37,7 +37,6 @@ static void __init nuc950evb_init(void)
MACHINE_START(W90P950EVB, "W90P950EVB")
/* Maintainer: Wan ZongShun */
- .boot_params = 0,
.map_io = nuc950evb_map_io,
.init_irq = nuc900_init_irq,
.init_machine = nuc950evb_init,