Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170045
b: refs/heads/master
c: 61e955d
h: refs/heads/master
i:
  170043: afdad0a
v: v3
  • Loading branch information
Grant Likely committed Oct 15, 2009
1 parent 5f1612c commit d6187df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f1924928377bd035a9f64466f91a487c69271d2
refs/heads/master: 61e955db539e748cff2b8ea3bf7705259ebe9fb6
3 changes: 0 additions & 3 deletions trunk/arch/sparc/include/asm/prom.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ struct of_irq_controller {
void *data;
};

#define OF_IS_DYNAMIC(x) test_bit(OF_DYNAMIC, &x->_flags)
#define OF_MARK_DYNAMIC(x) set_bit(OF_DYNAMIC, &x->_flags)

extern struct device_node *of_find_node_by_cpuid(int cpuid);
extern int of_set_property(struct device_node *node, const char *name, void *val, int len);
extern struct mutex of_set_property_mutex;
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ struct device_node {
#define OF_DYNAMIC 1 /* node and properties were allocated via kmalloc */
#define OF_DETACHED 2 /* node has been detached from the device tree */

#define OF_IS_DYNAMIC(x) test_bit(OF_DYNAMIC, &x->_flags)
#define OF_MARK_DYNAMIC(x) set_bit(OF_DYNAMIC, &x->_flags)

#define OF_BAD_ADDR ((u64)-1)

extern struct device_node *of_find_node_by_name(struct device_node *from,
Expand Down

0 comments on commit d6187df

Please sign in to comment.