ARM: OMAP: Make plat/fpga.h local to arch/arm/plat-omap
authorTony Lindgren <tony@atomide.com>
Tue, 2 Oct 2012 19:39:09 +0000 (12:39 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 17 Oct 2012 18:36:37 +0000 (11:36 -0700)
commit4c98dc6b8ef2f73bdbfa78186db9a76507ba9ea3
tree2f9f897dc9f4b8c0923e955008460d9516f7dd00
parent6832c95599e1a04f4b56b533718d1cda4689aec2
ARM: OMAP: Make plat/fpga.h local to arch/arm/plat-omap

There's no need to have this file in plat/fpga.h. We can
make it local to plat-omap replacing fpga_read/write
functions directly with readb/writeb as that's how
they are already defined in fpga.h.

Note that 2420 based H4 is also using the fpga, so let's
keep the led support around in plat-omap until we flip
over mach-omap2 to device tree.

Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: linux-fbdev@vger.kernel.org
Cc: Felipe Balbi <balbi@ti.com>
Cc: linux-usb@vger.kernel.org
Signed-off-by: Tony Lindgren <tony@atomide.com>
12 files changed:
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/common.h
arch/arm/mach-omap1/fpga.c
arch/arm/mach-omap1/include/mach/omap1510.h
arch/arm/mach-omap1/serial.c
arch/arm/plat-omap/debug-leds.c
arch/arm/plat-omap/fpga.h [new file with mode: 0644]
arch/arm/plat-omap/include/plat/fpga.h [deleted file]
drivers/usb/host/ohci-omap.c
drivers/video/omap/lcd_inn1510.c