Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180949
b: refs/heads/master
c: 0d351c3
h: refs/heads/master
i:
  180947: c1d88ef
v: v3
  • Loading branch information
Grant Likely committed Feb 14, 2010
1 parent 8890357 commit 4de780c
Show file tree
Hide file tree
Showing 3 changed files with 3 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: fc0bdae49d810e4cb32d7b547bc6d4dfb08f9e2e
refs/heads/master: 0d351c3e932c2e155ef5e4c3f5b87223abd4eea6
3 changes: 0 additions & 3 deletions trunk/arch/sparc/kernel/prom.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
#include <linux/spinlock.h>
#include <asm/prom.h>

extern struct device_node *allnodes; /* temporary while merging */
extern rwlock_t devtree_lock; /* temporary while merging */

extern void * prom_early_alloc(unsigned long size);
extern void irq_trans_init(struct device_node *dp);

Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <linux/bitops.h>
#include <linux/kref.h>
#include <linux/mod_devicetable.h>
#include <linux/spinlock.h>

#include <asm/byteorder.h>

Expand Down Expand Up @@ -67,6 +68,7 @@ struct device_node {
/* Pointer for first entry in chain of all nodes. */
extern struct device_node *allnodes;
extern struct device_node *of_chosen;
extern rwlock_t devtree_lock;

static inline int of_node_check_flag(struct device_node *n, unsigned long flag)
{
Expand Down

0 comments on commit 4de780c

Please sign in to comment.