diff options
author | Olof Johansson <olof@lixom.net> | 2019-06-25 15:50:31 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-06-25 15:50:31 +0300 |
commit | abd6aa55d72e4e574935dee897d8bdcb0858c9ee (patch) | |
tree | 8067a8da40eedb9f84b46db4138521e7fc0d1eb3 /arch/arm/mach-at91 | |
parent | 0ffd86080bf512b71e8db5b84f4584b1eeb4cfa9 (diff) | |
parent | 95701b1c3c8fe36368361394e3950094eece4723 (diff) | |
download | linux-abd6aa55d72e4e574935dee897d8bdcb0858c9ee.tar.xz |
Merge tag 'at91-5.3-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/soc
AT91 SoC for 5.3
- fix a pm.c warning with W=1
* tag 'at91-5.3-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
arm: add missing include platform-data/atmel.h
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/pm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/pm.c b/arch/arm/mach-at91/pm.c index da85e64143e9..d5af6aedc02c 100644 --- a/arch/arm/mach-at91/pm.c +++ b/arch/arm/mach-at91/pm.c @@ -15,6 +15,7 @@ #include <linux/suspend.h> #include <linux/clk/at91_pmc.h> +#include <linux/platform_data/atmel.h> #include <asm/cacheflush.h> #include <asm/fncpy.h> |