arm64: Include the clkdev.h generic header

This patch updates the arm64 asm/Kbuild file to include the clkdev.h
generic header.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Reviewed-by: Viresh Kumar <Viresh.kumar@linaro.org>
This commit is contained in:
Catalin Marinas 2012-11-21 10:20:27 +00:00
parent 7ca2ef33e9
commit 0f07dfee27
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
generic-y += bug.h
generic-y += bugs.h
generic-y += checksum.h
generic-y += clkdev.h
generic-y += cputime.h
generic-y += current.h
generic-y += delay.h