sh: Use generic clkdev.h header

The generic header file is almost equivalent to the SH one. The
only difference is that the SH one supports allocating clkdev
lookups early using bootmem allocators instead of the slabs. From
what I can tell using visual inspection, the slab is initialized
before any clkdev allocation is made under arch/sh. So let's
remove the arch specific clkdev.h header and use the generic one
instead.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Rich Felker <dalias@libc.org>
This commit is contained in:
Stephen Boyd
2016-01-27 15:36:54 -08:00
committed by Rich Felker
父節點 b562e44f50
當前提交 ea17c9d868
共有 2 個文件被更改,包括 1 次插入33 次删除

查看文件

@@ -1,5 +1,6 @@
generic-y += bitsperlong.h
generic-y += clkdev.h
generic-y += cputime.h
generic-y += current.h
generic-y += delay.h