From 0d14bc0ec4f8017e49ab5d2d91c45f5957afc31d Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 6 Aug 2015 12:57:13 +0200 Subject: gpio: Drop asm-generic/gpio.h Since we no longer have custom gpio function prototypes we can drop the prototypes from asm-generic/gpio.h can add them to include/gpio.h instead. While at it add static inline dummy wrappers for !CONFIG_GENERIC_GPIO so that code using gpios can compile without gpio support. Signed-off-by: Sascha Hauer --- arch/arm/mach-pxa/include/mach/gpio.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-pxa/include/mach/gpio.h') diff --git a/arch/arm/mach-pxa/include/mach/gpio.h b/arch/arm/mach-pxa/include/mach/gpio.h index 950bb1a343..e6724e1caf 100644 --- a/arch/arm/mach-pxa/include/mach/gpio.h +++ b/arch/arm/mach-pxa/include/mach/gpio.h @@ -20,7 +20,6 @@ #ifndef __ASM_ARCH_PXA_GPIO_H #define __ASM_ARCH_PXA_GPIO_H -#include #include #define GPIO_REGS_VIRT (0x40E00000) -- cgit v1.2.3