diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-01-12 14:23:31 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-01-14 10:30:45 +0300 |
commit | a665ece8b471de45bc19af05d52a1eaa5bc06dca (patch) | |
tree | b5c1570184d30781ebaa5022efe614a153a8567d /include/linux/intel_pmic_gpio.h | |
parent | f1be6cdaf57ce918828b6cff6ff2b4ea87be7f62 (diff) | |
download | linux-a665ece8b471de45bc19af05d52a1eaa5bc06dca.tar.xz |
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.h | 15 |
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 |