Skip to content

Commit

Permalink
arm: vt8500: Fixup for missing gpio.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tony Prisk authored and Olof Johansson committed Sep 29, 2012
1 parent e9a91de commit 075954b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-vt8500/vt8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include <linux/of_platform.h>

#include <mach/restart.h>
#include <mach/gpio.h>

#include "common.h"

Expand Down

0 comments on commit 075954b

Please sign in to comment.