diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-02-01 01:40:48 -0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-02-05 12:47:21 +0800 |
commit | 2b7ff26115ed638e7edbbacffc3d50a521c9f3ee (patch) | |
tree | 8720c46a9e8805bc23ff32746f511460be487fd7 /arch/x86/include/asm/gpio.h | |
parent | 3ddc1c7bd36addc0789c50edf71e45258a2b8901 (diff) | |
download | talos-obmc-uboot-2b7ff26115ed638e7edbbacffc3d50a521c9f3ee.tar.gz talos-obmc-uboot-2b7ff26115ed638e7edbbacffc3d50a521c9f3ee.zip |
x86: Drop asm/arch/gpio.h
asm/arch/gpio.h is not needed anymore as we get the GPIO base from
PCH driver.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include/asm/gpio.h')
-rw-r--r-- | arch/x86/include/asm/gpio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/gpio.h b/arch/x86/include/asm/gpio.h index ed85b08ce7..403851b792 100644 --- a/arch/x86/include/asm/gpio.h +++ b/arch/x86/include/asm/gpio.h @@ -7,7 +7,6 @@ #define _X86_GPIO_H_ #include <linux/compiler.h> -#include <asm/arch/gpio.h> #include <asm-generic/gpio.h> struct ich6_bank_platdata { |