From: Haavard Skinnemoen Date: Mon, 1 Sep 2008 14:21:18 +0000 (+0200) Subject: atmel_lcdfb: Eliminate unneeded #include X-Git-Tag: v2009.01-rc1~119^2~4 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=23bb28f0f76b46c4b573374b0bb3b3f23d85ef55;p=karo-tx-uboot.git atmel_lcdfb: Eliminate unneeded #include 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 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 Signed-off-by: Anatolij Gustschin --- diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c index b332a825e3..7f0dceb35f 100644 --- a/drivers/video/atmel_lcdfb.c +++ b/drivers/video/atmel_lcdfb.c @@ -24,7 +24,6 @@ #include #include -#include #include #include #include diff --git a/include/asm-arm/arch-at91/gpio.h b/include/asm-arm/arch-at91/gpio.h index c4d7b971be..e2d375b34c 100644 --- a/include/asm-arm/arch-at91/gpio.h +++ b/include/asm-arm/arch-at91/gpio.h @@ -16,6 +16,7 @@ #include #include #include +#include #define PIN_BASE 32