diff options
author | Baoyou Xie <baoyou.xie@linaro.org> | 2016-09-14 06:23:28 (GMT) |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-09-14 18:16:59 (GMT) |
commit | 344dcc02b0578bb3f2523aaa54d7f33730c7f5af (patch) | |
tree | e13d3846fe7268416714032557811ed056626582 /sound/oss | |
parent | 209370566ef8c38dcea40561db2c46fadb0078ce (diff) | |
download | linux-344dcc02b0578bb3f2523aaa54d7f33730c7f5af.tar.xz |
clk: mmp: add missing header dependencies
We get 1 warning when building kernel with W=1:
drivers/clk/mmp/clk-mmp2.c:75:13: warning: no previous prototype for 'mmp2_clk_init' [-Wmissing-prototypes]
In fact, this function is declared in linux/clk/mmp.h,
so this patch add missing header dependencies.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'sound/oss')
0 files changed, 0 insertions, 0 deletions