commit | b4c760de3cedd41e63797b7eea73baf2a165dde2 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Thu May 20 20:00:56 2021 +0100 |
committer | Wolfram Sang <wsa@kernel.org> | Thu May 27 21:32:12 2021 +0200 |
tree | bd56ee799775a37caf5fc9c9a4939055822ea4ed | |
parent | 6eb8a473693149f814a5082f395e130e75d41d57 [diff] |
i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()' Fixes the following W=1 kernel build warning(s): drivers/i2c/busses/i2c-designware-master.c:176: warning: expecting prototype for i2c_dw_init(). Prototype was for i2c_dw_init_master() instead Signed-off-by: Lee Jones <lee.jones@linaro.org> Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>