diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2012-10-01 22:47:04 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-19 03:22:21 +0400 |
commit | f300af86a85c69fb1552b5389f968ea1a3e0a3eb (patch) | |
tree | 1a83190530813f0c319a25c81ccc296ec32e602a /arch/arm/mach-omap1/board-htcherald.c | |
parent | 1d5aef4950717526d4827e97a916d38d0d73657e (diff) | |
download | linux-f300af86a85c69fb1552b5389f968ea1a3e0a3eb.tar.xz |
ARM: OMAP1: Remove omap_reserve() callback for all omap1 boards
omap_reserve() is a stub for omap1. So dropping
omap_reserve callback from all OMAP1 board files.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-htcherald.c')
-rw-r--r-- | arch/arm/mach-omap1/board-htcherald.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-htcherald.c b/arch/arm/mach-omap1/board-htcherald.c index f23200ceb43d..356f816c84a6 100644 --- a/arch/arm/mach-omap1/board-htcherald.c +++ b/arch/arm/mach-omap1/board-htcherald.c @@ -600,7 +600,6 @@ MACHINE_START(HERALD, "HTC Herald") .atag_offset = 0x100, .map_io = htcherald_map_io, .init_early = omap1_init_early, - .reserve = omap_reserve, .init_irq = omap1_init_irq, .init_machine = htcherald_init, .init_late = omap1_init_late, |