-
- Downloads
ARM: OMAP: Fix relative includes for fpga.h
As discussed on linux-arm-kernel, we want to avoid relative includes for the arch/arm/*omap* code: http://www.spinics.net/lists/linux-omap/msg80520.html Fix includes for fpga.h by making fpga.h local to mach-omap1. The common code in plat-omap just needs to know the struct h2p2_dbg_fpga, which can be local to debug-leds.c. This also fixes the braindead <../*.h> style includes that got accidentally added with search and replace during the cleanup. Signed-off-by:Tony Lindgren <tony@atomide.com>
Showing
- arch/arm/mach-omap1/board-fsample.c 1 addition, 1 deletionarch/arm/mach-omap1/board-fsample.c
- arch/arm/mach-omap1/board-innovator.c 0 additions, 1 deletionarch/arm/mach-omap1/board-innovator.c
- arch/arm/mach-omap1/board-perseus2.c 1 addition, 1 deletionarch/arm/mach-omap1/board-perseus2.c
- arch/arm/mach-omap1/fpga.c 1 addition, 2 deletionsarch/arm/mach-omap1/fpga.c
- arch/arm/mach-omap1/fpga.h 0 additions, 22 deletionsarch/arm/mach-omap1/fpga.h
- arch/arm/plat-omap/debug-leds.c 20 additions, 3 deletionsarch/arm/plat-omap/debug-leds.c
Loading
Please register or sign in to comment