asm-generic: Add default clkdev.h
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 5 Sep 2012 04:04:14 +0000 (12:04 +0800)
committerArnd Bergmann <arnd@arndb.de>
Wed, 3 Oct 2012 19:33:53 +0000 (21:33 +0200)
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>

No differences found