Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288347
b: refs/heads/master
c: 29f141f
h: refs/heads/master
i:
  288345: 5d38f76
  288343: 37b6b7c
v: v3
  • Loading branch information
Grant Likely committed Feb 27, 2012
1 parent 2affd26 commit 169aa6f
Show file tree
Hide file tree
Showing 3 changed files with 10 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: 14cd3c15cfc8118586262a79bfa3b3123f13e2c2
refs/heads/master: 29f141fed01a09050207c4d41fc5811520d81146
1 change: 1 addition & 0 deletions trunk/arch/arm/boot/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ zImage
xipImage
bootpImage
uImage
*.dtb
8 changes: 8 additions & 0 deletions trunk/include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,14 @@ static inline struct property *of_find_property(const struct device_node *np,
return NULL;
}

static inline struct device_node *of_find_compatible_node(
struct device_node *from,
const char *type,
const char *compat)
{
return NULL;
}

static inline int of_property_read_u32_array(const struct device_node *np,
const char *propname,
u32 *out_values, size_t sz)
Expand Down

0 comments on commit 169aa6f

Please sign in to comment.