Skip to content
  • Stephen Boyd's avatar
    clk: sirf: Properly include clk.h · fdb94059
    Stephen Boyd authored
    
    
    Clock provider drivers generally shouldn't include clk.h because
    it's the consumer API. Move the include of clk.h into
    clk-common.c because that's the only file that's really using
    clk.h, even if it's included into the atlas6 and prima2 files.
    
    Cc: Barry Song <Baohua.Song@csr.com>
    Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
    fdb94059