diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-06 04:38:19 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-21 23:15:22 +0200 |
commit | b84047e514b62456e2322f053859243459144593 (patch) | |
tree | 461a015da8afc8b2003251b6dd8e546c8bb80a57 /arch/arm/mach-w90x900/mach-nuc910evb.c | |
parent | ARM: mach-vt8500: convert boot_params to atag_offset (diff) | |
download | linux-b84047e514b62456e2322f053859243459144593.tar.xz 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-nuc910evb.c')
-rw-r--r-- | arch/arm/mach-w90x900/mach-nuc910evb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-w90x900/mach-nuc910evb.c b/arch/arm/mach-w90x900/mach-nuc910evb.c index 30fccde94fb8..31c109018228 100644 --- a/arch/arm/mach-w90x900/mach-nuc910evb.c +++ b/arch/arm/mach-w90x900/mach-nuc910evb.c @@ -34,7 +34,6 @@ static void __init nuc910evb_init(void) MACHINE_START(W90P910EVB, "W90P910EVB") /* Maintainer: Wan ZongShun */ - .boot_params = 0, .map_io = nuc910evb_map_io, .init_irq = nuc900_init_irq, .init_machine = nuc910evb_init, |