diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-10-14 13:44:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-10-14 13:44:53 -0700 |
commit | ca1aaf993755d21b8a0060c3bf0f77e303a7bf21 (patch) | |
tree | e183a4f7bec597b9597f55173edd5661dbcdd553 /arch/arm/mach-spear/spear3xx.c | |
parent | dca45efbe3c870a4ad2107fe625109b3765c0fea (diff) | |
parent | bd60aafce5e1943fd395b8bf726e9824fa621eca (diff) |
Merge tag 'arm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull ARM SoC fixes from Arnd Bergmann:
"These are three fixes for build warnings that came in during the merge
window"
* tag 'arm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc:
ARM: mmp: Make some symbols static
ARM: spear6xx: Staticize few definitions
clk: spear: Move prototype to accessible header
Diffstat (limited to 'arch/arm/mach-spear/spear3xx.c')
-rw-r--r-- | arch/arm/mach-spear/spear3xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-spear/spear3xx.c b/arch/arm/mach-spear/spear3xx.c index 2ba406e92c41..7ef9670d3029 100644 --- a/arch/arm/mach-spear/spear3xx.c +++ b/arch/arm/mach-spear/spear3xx.c @@ -13,6 +13,7 @@ #include <linux/amba/pl022.h> #include <linux/amba/pl080.h> #include <linux/clk.h> +#include <linux/clk/spear.h> #include <linux/io.h> #include <asm/mach/map.h> #include "pl080.h" |