u-boot-brain/drivers
Haavard Skinnemoen 23bb28f0f7 atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
includes a file that does, asm/arch/gpio.h, but this file doesn't
include <asm/arch/hardware.h> like it's supposed to.

Add the missing include to asm/arch/gpio.h and remove the workaround
from the atmel_lcdfb driver. This makes the driver compile on avr32.

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
2008-10-25 20:33:10 +02:00
..
bios_emulator Fix the function conflict in x86emu when DEBUG is on 2008-10-17 01:14:37 +02:00
block Cleanup: fix "MHz" spelling 2008-10-21 11:25:39 +02:00
dma drivers/dma: Move conditional compilation to Makefile 2008-08-13 01:40:39 +02:00
hwmon rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
i2c Cleanup: fix "MHz" spelling 2008-10-21 11:25:39 +02:00
input rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
misc fsl_law clear enable before changing. 2008-10-18 21:54:05 +02:00
mmc rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
mtd rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
net Cleanup: fix "MHz" spelling 2008-10-21 11:25:39 +02:00
pci rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
pcmcia rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
qe rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
rtc rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
serial rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
spi rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
usb Cleanup: fix "MHz" spelling 2008-10-21 11:25:39 +02:00
video atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h> 2008-10-25 20:33:10 +02:00