aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown2012-09-04 23:04:14 -0500
committerArnd Bergmann2012-10-03 14:33:53 -0500
commite7a570ff7dff9af6e54ff5e580a61ec7652137a0 (patch)
tree052b4e97b189417de6f1e59ce48fc6126fa34bd3 /arch/score
parent720fb1976d38bccf910d477c2df364948abdb359 (diff)
downloadam43-linux-kernel-e7a570ff7dff9af6e54ff5e580a61ec7652137a0.tar.gz
am43-linux-kernel-e7a570ff7dff9af6e54ff5e580a61ec7652137a0.tar.xz
am43-linux-kernel-e7a570ff7dff9af6e54ff5e580a61ec7652137a0.zip
asm-generic: Add default clkdev.h
Ease the deployment of clkdev by providing a default asm/clkdev.h for use if the arch does not have an include/asm/clkdev.h. Due to limitations in Kbuild we manually add clkdev.h to all architectures that don't have one rather than having the header appear by default. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Reviewed-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/score')
-rw-r--r--arch/score/include/asm/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/score/include/asm/Kbuild b/arch/score/include/asm/Kbuild
index b367abd4620..ec697aeefd0 100644
--- a/arch/score/include/asm/Kbuild
+++ b/arch/score/include/asm/Kbuild
@@ -1,3 +1,5 @@
1include include/asm-generic/Kbuild.asm 1include include/asm-generic/Kbuild.asm
2 2
3header-y += 3header-y +=
4
5generic-y += clkdev.h