atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Mon, 1 Sep 2008 14:21:18 +0000 (16:21 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 25 Oct 2008 18:33:10 +0000 (20:33 +0200)
commit23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
tree7afb2a66544d5003bbd91f9869ea851a9b6299f4
parentd9d8c7c696dec370ca714c03beb6e79d4c90bd5e
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>
drivers/video/atmel_lcdfb.c
include/asm-arm/arch-at91/gpio.h