mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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> |
||
|---|---|---|
| .. | ||
| at91_pio.h | ||
| at91_pit.h | ||
| at91_pmc.h | ||
| at91_rstc.h | ||
| at91_spi.h | ||
| at91cap9.h | ||
| at91cap9_matrix.h | ||
| at91sam9_smc.h | ||
| at91sam9rl.h | ||
| at91sam9rl_matrix.h | ||
| at91sam9260.h | ||
| at91sam9260_matrix.h | ||
| at91sam9261.h | ||
| at91sam9261_matrix.h | ||
| at91sam9263.h | ||
| at91sam9263_matrix.h | ||
| clk.h | ||
| gpio.h | ||
| hardware.h | ||
| io.h | ||
| memory-map.h | ||