diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-07-14 15:36:01 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-07-14 15:36:01 +0200 |
commit | 4756f881ba303e4dada613feeacf44d26c3e35b9 (patch) | |
tree | 3b89aed5d80512a9153c9a19aebc1101a7ed3758 /arch/arm/mach-s3c64xx | |
parent | a98405432e864e8483e1bdbf50a5668d6604283f (diff) | |
parent | 3981b11fda14ea0b459043d97c68db0a614ec9f8 (diff) | |
download | linux-4756f881ba303e4dada613feeacf44d26c3e35b9.tar.bz2 |
Merge tag 'samsung-soc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/soc
Merge "Samsung mach/soc update for v4.8, part 3: from Krzysztof Kozlowski:
Just cleanup - fix Sparse warning and constify passed iomem address.
* tag 'samsung-soc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
ARM: s3c64xx: smartq: Avoid sparse warnings
ARM: SAMSUNG: Constify iomem address passed to s5p_init_cpu
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smartq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smartq.c b/arch/arm/mach-s3c64xx/mach-smartq.c index 936a63fc68d5..e0e1a729ef98 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq.c +++ b/arch/arm/mach-s3c64xx/mach-smartq.c @@ -43,6 +43,7 @@ #include <plat/samsung-time.h> #include "common.h" +#include "mach-smartq.h" #include "regs-modem.h" #define UCON S3C2410_UCON_DEFAULT |