• Stephen Boyd's avatar
    clk: mvebu: cp110: Minor cleanups · 4a5aa069
    Stephen Boyd authored
    Mark an array of strings static const and remove the dereference
    of a function pointer when assigning to the platform driver probe
    struct member.
    
    drivers/clk/mvebu/cp110-system-controller.c:89:12:
    warning: symbol 'gate_base_names' was not declared. Should it be static?
    drivers/clk/mvebu/cp110-system-controller.c:447:18:
    error: cannot dereference this type
    Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
    4a5aa069
cp110-system-controller.c 11.6 KB