diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-08-10 22:47:59 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-08-11 08:43:03 +0200 |
commit | 12beb346710b766b8e74a7a3ac8165835bd68def (patch) | |
tree | 89bd4c660945349d9d68f371ec496ea97785b72a /arch/arm/mach-pxa/spitz.c | |
parent | arm64: Kconfig: select HISILICON_IRQ_MBIGEN only if PCI is selected (diff) | |
download | linux-12beb346710b766b8e74a7a3ac8165835bd68def.tar.xz linux-12beb346710b766b8e74a7a3ac8165835bd68def.zip |
Merge tag 'pxa-fixes-v4.8' of https://github.com/rjarzmik/linux into randconfig-4.8
This is the pxa changes for v4.8 cycle.
This is a tiny fix couple to enable changes in includes in
gpio API without breaking pxa boards.
* tag 'pxa-fixes-v4.8' of https://github.com/rjarzmik/linux:
ARM: pxa: add module.h for corgi symbol_get/symbol_put usage
ARM: pxa: add module.h for spitz symbol_get/symbol_put usage
Diffstat (limited to 'arch/arm/mach-pxa/spitz.c')
-rw-r--r-- | arch/arm/mach-pxa/spitz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index 1080580b1343..2c150bfc0cd5 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c @@ -13,6 +13,7 @@ */ #include <linux/kernel.h> +#include <linux/module.h> /* symbol_get ; symbol_put */ #include <linux/platform_device.h> #include <linux/delay.h> #include <linux/gpio_keys.h> |