diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-11-06 19:28:22 -0800 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-11-10 17:27:12 -0600 |
commit | b1d06b60e90cd5016798b9984f8e420e753f4846 (patch) | |
tree | 5ff1f8763ebddbcb9bb7a3a5cbc8a7b7029ab9ad /Documentation/laptops | |
parent | 1cc8e3458b5110253c8f5aaf1890d5ffea9bb7b7 (diff) |
of: Provide static inline function for of_translate_address if needed
If OF_ADDRESS is not configured, builds can fail with errors such as
drivers/net/ethernet/hisilicon/hns_mdio.c:
In function 'hns_mdio_bus_name':
drivers/net/ethernet/hisilicon/hns_mdio.c:411:3:
error: implicit declaration of function 'of_translate_address'
as currently seen when building sparc:allmodconfig.
Introduce a static inline function if OF_ADDRESS is not configured to fix
the build failure. Return OF_BAD_ADDR in this case. For this to work, the
definition of OF_BAD_ADDR has to be moved outside CONFIG_OF conditional
code.
Fixes: 876133d3161d ("net: hisilicon: add OF dependency")
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Frank Rowand <frank.rowand@sonymobile.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/laptops')
0 files changed, 0 insertions, 0 deletions