Skip to content

Commit

Permalink
ARM: u300: delete memory.h
Browse files Browse the repository at this point in the history
Last merge window the memory maps for U300 were simplified so
we can now safely delete memory.h.

Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Dec 18, 2011
1 parent 5611cc4 commit bfd912c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
1 change: 0 additions & 1 deletion arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,6 @@ config ARCH_U300
select HAVE_MACH_CLKDEV
select GENERIC_GPIO
select ARCH_REQUIRE_GPIOLIB
select NEED_MACH_MEMORY_H
help
Support for ST-Ericsson U300 series mobile platforms.

Expand Down
19 changes: 0 additions & 19 deletions arch/arm/mach-u300/include/mach/memory.h

This file was deleted.

2 changes: 1 addition & 1 deletion arch/arm/mach-u300/u300.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static void __init u300_init_machine(void)

MACHINE_START(U300, MACH_U300_STRING)
/* Maintainer: Linus Walleij <linus.walleij@stericsson.com> */
.atag_offset = BOOT_PARAMS_OFFSET,
.atag_offset = 0x100,
.map_io = u300_map_io,
.init_irq = u300_init_irq,
.timer = &u300_timer,
Expand Down

0 comments on commit bfd912c

Please sign in to comment.