aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/intel_pmic_gpio.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2017-01-12 13:23:31 +0200
committerIngo Molnar <mingo@kernel.org>2017-01-14 08:30:45 +0100
commita665ece8b471de45bc19af05d52a1eaa5bc06dca (patch)
treeb5c1570184d30781ebaa5022efe614a153a8567d /include/linux/intel_pmic_gpio.h
parentx86/platform/intel-mid: Make intel_scu_device_register() static (diff)
downloadlinux-dev-a665ece8b471de45bc19af05d52a1eaa5bc06dca.tar.xz
linux-dev-a665ece8b471de45bc19af05d52a1eaa5bc06dca.zip
x86/platform/intel: Remove PMIC GPIO block support
Moorestown support was removed by commit: 1a8359e411eb ("x86/mid: Remove Intel Moorestown") Remove this leftover. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: Darren Hart <dvhart@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: platform-driver-x86@vger.kernel.org Link: http://lkml.kernel.org/r/20170112112331.93236-1-andriy.shevchenko@linux.intel.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/intel_pmic_gpio.h')
-rw-r--r--include/linux/intel_pmic_gpio.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/linux/intel_pmic_gpio.h b/include/linux/intel_pmic_gpio.h
deleted file mode 100644
index 920109a29191..000000000000
--- a/include/linux/intel_pmic_gpio.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef LINUX_INTEL_PMIC_H
-#define LINUX_INTEL_PMIC_H
-
-struct intel_pmic_gpio_platform_data {
- /* the first IRQ of the chip */
- unsigned irq_base;
- /* number assigned to the first GPIO */
- unsigned gpio_base;
- /* sram address for gpiointr register, the langwell chip will map
- * the PMIC spi GPIO expander's GPIOINTR register in sram.
- */
- unsigned gpiointr;
-};
-
-#endif