Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lokesh Vutla and committed by
Tony Lindgren
f300af86 1d5aef49

-15
-1
arch/arm/mach-omap1/board-ams-delta.c
··· 613 613 .atag_offset = 0x100, 614 614 .map_io = ams_delta_map_io, 615 615 .init_early = omap1_init_early, 616 - .reserve = omap_reserve, 617 616 .init_irq = omap1_init_irq, 618 617 .init_machine = ams_delta_init, 619 618 .init_late = ams_delta_init_late,
-1
arch/arm/mach-omap1/board-fsample.c
··· 362 362 .atag_offset = 0x100, 363 363 .map_io = omap_fsample_map_io, 364 364 .init_early = omap1_init_early, 365 - .reserve = omap_reserve, 366 365 .init_irq = omap1_init_irq, 367 366 .init_machine = omap_fsample_init, 368 367 .init_late = omap1_init_late,
-1
arch/arm/mach-omap1/board-generic.c
··· 81 81 .atag_offset = 0x100, 82 82 .map_io = omap16xx_map_io, 83 83 .init_early = omap1_init_early, 84 - .reserve = omap_reserve, 85 84 .init_irq = omap1_init_irq, 86 85 .init_machine = omap_generic_init, 87 86 .init_late = omap1_init_late,
-1
arch/arm/mach-omap1/board-h2.c
··· 459 459 .atag_offset = 0x100, 460 460 .map_io = omap16xx_map_io, 461 461 .init_early = omap1_init_early, 462 - .reserve = omap_reserve, 463 462 .init_irq = omap1_init_irq, 464 463 .init_machine = h2_init, 465 464 .init_late = omap1_init_late,
-1
arch/arm/mach-omap1/board-h3.c
··· 452 452 .atag_offset = 0x100, 453 453 .map_io = omap16xx_map_io, 454 454 .init_early = omap1_init_early, 455 - .reserve = omap_reserve, 456 455 .init_irq = omap1_init_irq, 457 456 .init_machine = h3_init, 458 457 .init_late = omap1_init_late,
-1
arch/arm/mach-omap1/board-htcherald.c
··· 600 600 .atag_offset = 0x100, 601 601 .map_io = htcherald_map_io, 602 602 .init_early = omap1_init_early, 603 - .reserve = omap_reserve, 604 603 .init_irq = omap1_init_irq, 605 604 .init_machine = htcherald_init, 606 605 .init_late = omap1_init_late,
-1
arch/arm/mach-omap1/board-innovator.c
··· 456 456 .atag_offset = 0x100, 457 457 .map_io = innovator_map_io, 458 458 .init_early = omap1_init_early, 459 - .reserve = omap_reserve, 460 459 .init_irq = omap1_init_irq, 461 460 .init_machine = innovator_init, 462 461 .init_late = omap1_init_late,
-1
arch/arm/mach-omap1/board-nokia770.c
··· 251 251 .atag_offset = 0x100, 252 252 .map_io = omap16xx_map_io, 253 253 .init_early = omap1_init_early, 254 - .reserve = omap_reserve, 255 254 .init_irq = omap1_init_irq, 256 255 .init_machine = omap_nokia770_init, 257 256 .init_late = omap1_init_late,
-1
arch/arm/mach-omap1/board-osk.c
··· 606 606 .atag_offset = 0x100, 607 607 .map_io = omap16xx_map_io, 608 608 .init_early = omap1_init_early, 609 - .reserve = omap_reserve, 610 609 .init_irq = omap1_init_irq, 611 610 .init_machine = osk_init, 612 611 .init_late = omap1_init_late,
-1
arch/arm/mach-omap1/board-palmte.c
··· 265 265 .atag_offset = 0x100, 266 266 .map_io = omap15xx_map_io, 267 267 .init_early = omap1_init_early, 268 - .reserve = omap_reserve, 269 268 .init_irq = omap1_init_irq, 270 269 .init_machine = omap_palmte_init, 271 270 .init_late = omap1_init_late,
-1
arch/arm/mach-omap1/board-palmtt.c
··· 311 311 .atag_offset = 0x100, 312 312 .map_io = omap15xx_map_io, 313 313 .init_early = omap1_init_early, 314 - .reserve = omap_reserve, 315 314 .init_irq = omap1_init_irq, 316 315 .init_machine = omap_palmtt_init, 317 316 .init_late = omap1_init_late,
-1
arch/arm/mach-omap1/board-palmz71.c
··· 327 327 .atag_offset = 0x100, 328 328 .map_io = omap15xx_map_io, 329 329 .init_early = omap1_init_early, 330 - .reserve = omap_reserve, 331 330 .init_irq = omap1_init_irq, 332 331 .init_machine = omap_palmz71_init, 333 332 .init_late = omap1_init_late,
-1
arch/arm/mach-omap1/board-perseus2.c
··· 324 324 .atag_offset = 0x100, 325 325 .map_io = omap_perseus2_map_io, 326 326 .init_early = omap1_init_early, 327 - .reserve = omap_reserve, 328 327 .init_irq = omap1_init_irq, 329 328 .init_machine = omap_perseus2_init, 330 329 .init_late = omap1_init_late,
-1
arch/arm/mach-omap1/board-sx1.c
··· 404 404 .atag_offset = 0x100, 405 405 .map_io = omap15xx_map_io, 406 406 .init_early = omap1_init_early, 407 - .reserve = omap_reserve, 408 407 .init_irq = omap1_init_irq, 409 408 .init_machine = omap_sx1_init, 410 409 .init_late = omap1_init_late,
-1
arch/arm/mach-omap1/board-voiceblue.c
··· 286 286 .atag_offset = 0x100, 287 287 .map_io = omap15xx_map_io, 288 288 .init_early = omap1_init_early, 289 - .reserve = omap_reserve, 290 289 .init_irq = omap1_init_irq, 291 290 .init_machine = voiceblue_init, 292 291 .init_late = omap1_init_late,