Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374190
b: refs/heads/master
c: d719569
h: refs/heads/master
v: v3
  • Loading branch information
Rob Herring committed Apr 11, 2013
1 parent 001443a commit 54ec049
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0583fe478a7d93be2c814b7e50d6e81c287edfe8
refs/heads/master: d71956960c9dafaafeb19ea010c234abe9d25f10
5 changes: 5 additions & 0 deletions trunk/include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,11 @@ static inline int of_device_is_compatible(const struct device_node *device,
return 0;
}

static inline int of_device_is_available(const struct device_node *device)
{
return 0;
}

static inline struct property *of_find_property(const struct device_node *np,
const char *name,
int *lenp)
Expand Down

0 comments on commit 54ec049

Please sign in to comment.