commit | 9e6a0d4c4fefd3c41b73db40cc7936b45d76d18a | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas@biessmann.org> | Mon Aug 15 21:04:41 2016 +0200 |
committer | Andreas Bießmann <andreas@biessmann.org> | Mon Aug 15 22:58:03 2016 +0200 |
tree | 8e6188ac824926347c7581f23129ee96445f8f24 | |
parent | 8c772bde5ee28119f8a81208335aabbcbb48f00b [diff] |
clk.h: inline clk_get_by_name() Fix compile warning for non OF_CONTROL builds: ---8<--- In file included from /Volumes/devel/u-boot/drivers/gpio/atmel_pio4.c:10:0: /Volumes/devel/u-boot/include/clk.h:107:12: warning: 'clk_get_by_name' defined but not used [-Wunused-function] --->8--- Signed-off-by: Andreas Bießmann <andreas@biessmann.org> Acked-by: Stephen Warren <swarren@nvidia.com>