Skip to content

Commit

Permalink
arm64: Include the clkdev.h generic header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Catalin Marinas committed Nov 23, 2012
1 parent 7ca2ef3 commit 0f07dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f07dfe

Please sign in to comment.