summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-03-03 16:54:45 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-03-06 11:41:29 +0100
commit14c290dabe37f29f24d1a7b4d7681f64f2250e9d (patch)
tree265e4182899dea87e7b5a568065260fe6ebcfa10 /include
parenta51d06d67900547b68cc133c0d185937cea04fee (diff)
downloadbarebox-14c290dabe37f29f24d1a7b4d7681f64f2250e9d.tar.gz
barebox-14c290dabe37f29f24d1a7b4d7681f64f2250e9d.tar.xz
of: make locally used functions static
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/of.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/of.h b/include/of.h
index c10afa7ac4..94ccfd8739 100644
--- a/include/of.h
+++ b/include/of.h
@@ -143,6 +143,8 @@ int of_device_is_compatible(const struct device_node *device,
int of_machine_is_compatible(const char *compat);
+u64 of_translate_address(struct device_node *node, const __be32 *in_addr);
+
#define OF_ROOT_NODE_SIZE_CELLS_DEFAULT 1
#define OF_ROOT_NODE_ADDR_CELLS_DEFAULT 1