clk: clk-gate-shared: fix "no previous prototype" warning
The patch fixes these compiler's warnings:

  drivers/clk/clk-gate-shared.c:72:13: warning: no previous prototype for 'clk_gate_shared_alloc' [-Wmissing-prototypes]
   struct clk *clk_gate_shared_alloc(const char *name, const char *parent, const char *companion,
               ^
  drivers/clk/clk-gate-shared.c:89:6: warning: no previous prototype for 'clk_gate_shared_free' [-Wmissing-prototypes]
   void clk_gate_shared_free(struct clk *clk)
        ^

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent ae4b754 commit 0f9c87e66d796a5ba3104e07f474f8322700140c
@Antony Pavlov Antony Pavlov authored on 20 Mar 2017
Sascha Hauer committed on 30 Mar 2017
Showing 1 changed file
View
drivers/clk/clk-gate-shared.c