• S
    sh: Use generic clkdev.h header · ea17c9d8
    Stephen Boyd 提交于
    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: NStephen Boyd <sboyd@codeaurora.org>
    Signed-off-by: NRich Felker <dalias@libc.org>
    ea17c9d8
Kbuild 895 字节