summaryrefslogtreecommitdiff
path: root/arch/arm/mach-spear/spear3xx.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-10-14 13:44:53 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-10-14 13:44:53 -0700
commitca1aaf993755d21b8a0060c3bf0f77e303a7bf21 (patch)
treee183a4f7bec597b9597f55173edd5661dbcdd553 /arch/arm/mach-spear/spear3xx.c
parentdca45efbe3c870a4ad2107fe625109b3765c0fea (diff)
parentbd60aafce5e1943fd395b8bf726e9824fa621eca (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.c1
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"