• Guenter Roeck's avatar
    clk: h8s2678: Fix compile error · ac0e137a
    Guenter Roeck authored
    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: default avatarGuenter Roeck <linux@roeck-us.net>
    Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
    ac0e137a
clk-h8s2678.c 3.07 KB