Skip to content
  • Stephen Boyd's avatar
    clk: mediatek: Properly include clk.h · c726639b
    Stephen Boyd authored
    
    
    We don't need to include clk.h in header files, just forward
    declare struct clk here. This leads us to a few places where the
    include of clk.h was missing in C files. Add them.
    
    Cc: James Liao <jamesjj.liao@mediatek.com>
    Cc: Henry Chen <henryc.chen@mediatek.com>
    Cc: Sascha Hauer <s.hauer@pengutronix.de>
    Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
    c726639b