From: Tony Prisk Date: Tue, 25 Sep 2012 17:47:19 +0000 (+1200) Subject: arm: vt8500: Fixup for missing gpio.h X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=075954b1a935899865fd3f7b5cddef42b8b6d57e;p=openwrt%2Fstaging%2Fblogic.git arm: vt8500: Fixup for missing gpio.h mach/include/gpio.h was removed as part of the multiplatform-3.7 update. This patch removes the include from arch-vt8500/vt8500.c Signed-off-by: Tony Prisk Signed-off-by: Olof Johansson --- diff --git a/arch/arm/mach-vt8500/vt8500.c b/arch/arm/mach-vt8500/vt8500.c index 449499354449..587ea950d08b 100644 --- a/arch/arm/mach-vt8500/vt8500.c +++ b/arch/arm/mach-vt8500/vt8500.c @@ -32,7 +32,6 @@ #include #include -#include #include "common.h"