Skip to content
  • Stephen Boyd's avatar
    sh: Use generic clkdev.h header · ea17c9d8
    Stephen Boyd authored
    
    
    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: default avatarStephen Boyd <sboyd@codeaurora.org>
    Signed-off-by: default avatarRich Felker <dalias@libc.org>
    ea17c9d8