summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/arch-ivybridge
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-02-01 01:40:48 -0800
committerBin Meng <bmeng.cn@gmail.com>2016-02-05 12:47:21 +0800
commit2b7ff26115ed638e7edbbacffc3d50a521c9f3ee (patch)
tree8720c46a9e8805bc23ff32746f511460be487fd7 /arch/x86/include/asm/arch-ivybridge
parent3ddc1c7bd36addc0789c50edf71e45258a2b8901 (diff)
downloadtalos-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/arch-ivybridge')
-rw-r--r--arch/x86/include/asm/arch-ivybridge/gpio.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/x86/include/asm/arch-ivybridge/gpio.h b/arch/x86/include/asm/arch-ivybridge/gpio.h
deleted file mode 100644
index 31edef9623..0000000000
--- a/arch/x86/include/asm/arch-ivybridge/gpio.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Copyright (c) 2014, Google Inc.
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#ifndef _X86_ARCH_GPIO_H_
-#define _X86_ARCH_GPIO_H_
-
-/* Where in config space is the register that points to the GPIO registers? */
-#define PCI_CFG_GPIOBASE 0x48
-
-#endif /* _X86_ARCH_GPIO_H_ */
OpenPOWER on IntegriCloud