aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/of_graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/of_graph.h b/include/linux/of_graph.h
index 2b233db76237..befef42e015b 100644
--- a/include/linux/of_graph.h
+++ b/include/linux/of_graph.h
@@ -37,7 +37,7 @@ struct device_node *of_graph_get_remote_port(const struct device_node *node);
#else
static inline int of_graph_parse_endpoint(const struct device_node *node,
- struct of_endpoint *endpoint);
+ struct of_endpoint *endpoint)
{
return -ENOSYS;
}