]> git.baikalelectronics.ru Git - kernel.git/commit
clk: h8s2678: Fix compile error
authorGuenter Roeck <linux@roeck-us.net>
Tue, 1 Sep 2015 03:27:32 +0000 (20:27 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 3 Sep 2015 00:07:10 +0000 (17:07 -0700)
commit014f1450b5fd9dccd36fe5cf085d1feddc8f4157
tree210ea6f38c6a996c094943ee750931a6de8b1873
parent4c2c33e15a3dc0302d6a78a4d9e10484f3018a7b
clk: h8s2678: Fix compile error

Recent cleanup removed some include files without checking if the cleaned
up code still compiles. This results in the following compile error.

drivers/clk/h8300/clk-h8s2678.c: In function ‘h8s2678_pll_clk_setup’:
drivers/clk/h8300/clk-h8s2678.c:99:14: error:
implicit declaration of function ‘kzalloc’
drivers/clk/h8300/clk-h8s2678.c:138:2: error:
      implicit declaration of function ‘kfree’

Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/h8300/clk-h8s2678.c