Skip to content

Commit

Permalink
Merge branch 'u300/cleanup' into next/cleanup
Browse files Browse the repository at this point in the history
* u300/cleanup:
  ARM: u300: delete memory.h
  • Loading branch information
Olof Johansson committed Dec 20, 2011
2 parents 844e8a1 + bfd912c commit 9838309
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 @@ -893,7 +893,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 @@ -47,7 +47,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,
.handle_irq = vic_handle_irq,
Expand Down

0 comments on commit 9838309

Please sign in to comment.