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 <linux@prisktech.co.nz>
Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
Tony Prisk 2012-09-26 05:47:19 +12:00 committed by Olof Johansson
parent e9a91de760
commit 075954b1a9
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@
#include <linux/of_platform.h>
#include <mach/restart.h>
#include <mach/gpio.h>
#include "common.h"