Skip to content
Snippets Groups Projects
Commit 23bb28f0 authored by Haavard Skinnemoen's avatar Haavard Skinnemoen Committed by Anatolij Gustschin
Browse files

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: default avatarHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
parent d9d8c7c6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment