Browse Source

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>
Catalin Marinas 12 năm trước cách đây
mục cha
commit
0f07dfee27
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      arch/arm64/include/asm/Kbuild

+ 1 - 0
arch/arm64/include/asm/Kbuild

@@ -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