
Hi Philipp:
2017-06-06 21:42 GMT+08:00 Philipp Tomsich < philipp.tomsich@theobroma-systems.com>:
After rebasing to u-boot-rockchip/master@2b19b2f, buildman fails for rv1108 with: ../drivers/clk/rockchip/clk_rv1108.c: In function 'rv1108_clk_probe': ../drivers/clk/rockchip/clk_rv1108.c:191:22: warning: implicit declaration of function 'dev_get_addr' [-Wimplicit-function-declaration] priv->cru = (struct rv1108_cru *)dev_get_addr(dev);
This change tracks the dev_get_addr rename, which didn't make it into the rv1108 clk driver.
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
Tested-by: Andy Yan andy.yan@rock-chips.com
Thanks.
Changes in v2:
- (new patch) rename dev_get_addr in the RV1108 clk-driver to fix a buildman failure for u-boot-rockchip/master@2b19b2f
drivers/clk/rockchip/clk_rv1108.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-rockchip, thanks!