Skip to content
  • Stephen Boyd's avatar
    clk: mmp: Remove clk.h include · 528b7697
    Stephen Boyd authored
    
    
    Clock provider drivers generally shouldn't include clk.h because
    it's the consumer API. Remove the include here because this is a
    provider driver. The clkdev.h include isn't used either, so drop
    it and add in slab.h to keep things compiling.
    
    Cc: Chao Xie <chao.xie@marvell.com>
    Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
    528b7697