diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-09-05 00:04:14 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-10-03 15:33:53 -0400 |
commit | e7a570ff7dff9af6e54ff5e580a61ec7652137a0 (patch) | |
tree | 052b4e97b189417de6f1e59ce48fc6126fa34bd3 /arch/m68k/include/asm/Kbuild | |
parent | 720fb1976d38bccf910d477c2df364948abdb359 (diff) |
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/m68k/include/asm/Kbuild')
-rw-r--r-- | arch/m68k/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/Kbuild b/arch/m68k/include/asm/Kbuild index a74e5d95c384..bfe675f0faee 100644 --- a/arch/m68k/include/asm/Kbuild +++ b/arch/m68k/include/asm/Kbuild | |||
@@ -2,6 +2,7 @@ include include/asm-generic/Kbuild.asm | |||
2 | header-y += cachectl.h | 2 | header-y += cachectl.h |
3 | 3 | ||
4 | generic-y += bitsperlong.h | 4 | generic-y += bitsperlong.h |
5 | generic-y += clkdev.h | ||
5 | generic-y += cputime.h | 6 | generic-y += cputime.h |
6 | generic-y += device.h | 7 | generic-y += device.h |
7 | generic-y += emergency-restart.h | 8 | generic-y += emergency-restart.h |