]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
ARM: OMAP: Fix relative includes for fpga.h
authorTony Lindgren <tony@atomide.com>
Wed, 31 Oct 2012 21:02:46 +0000 (14:02 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 31 Oct 2012 22:37:14 +0000 (15:37 -0700)
commit21d182bd10ad16e904f3e4ba0ed51f00a19c0dda
tree8494eee38c9f8e584e8c8bd3f19e3d96beaaa207
parent4e969010c55d72fbdc69333ce59392c7b530f6a3
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>
arch/arm/mach-omap1/board-fsample.c
arch/arm/mach-omap1/board-innovator.c
arch/arm/mach-omap1/board-perseus2.c
arch/arm/mach-omap1/fpga.c
arch/arm/mach-omap1/fpga.h [moved from arch/arm/plat-omap/fpga.h with 83% similarity]
arch/arm/plat-omap/debug-leds.c