From 6278240e018489fe49c43fb44fdd116e5f42381d Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Fri, 13 Apr 2012 16:19:21 +0200 Subject: [PATCH] --- yaml --- r: 319199 b: refs/heads/master c: e05e5070f0ec2557d2d2ff3655ba03f29e297151 h: refs/heads/master i: 319197: 5b53d3987ab1c15741535d216ee20e2b5b9817f2 319195: 01db6ed509e7bc480ba1ef8fc0cc527c2e13350a 319191: 35913d1ccb3149260e8af117102a7dd56941c29e 319183: 90d0c6ae9467d929aa860bca53fc9b1c3f1a6485 319167: d3981f888ebca0d67efa3034ce55844fb0c225fd v: v3 --- [refs] | 2 +- trunk/include/linux/of.h | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1cfcc149aa8c..6a5695dcfbcf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bd3d5500f0c41a30149cb184362716096a17bc75 +refs/heads/master: e05e5070f0ec2557d2d2ff3655ba03f29e297151 diff --git a/trunk/include/linux/of.h b/trunk/include/linux/of.h index 597e571110a2..d5dd5c06efd3 100644 --- a/trunk/include/linux/of.h +++ b/trunk/include/linux/of.h @@ -391,6 +391,15 @@ static inline struct device_node *of_parse_phandle(struct device_node *np, return NULL; } +static inline int of_parse_phandle_with_args(struct device_node *np, + const char *list_name, + const char *cells_name, + int index, + struct of_phandle_args *out_args) +{ + return -ENOSYS; +} + static inline int of_alias_get_id(struct device_node *np, const char *stem) { return -ENOSYS;