diff options
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/include/asm/prom.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/microblaze/include/asm/prom.h b/arch/microblaze/include/asm/prom.h index dfc4afcdbd2b..180d84481306 100644 --- a/arch/microblaze/include/asm/prom.h +++ b/arch/microblaze/include/asm/prom.h | |||
@@ -35,24 +35,8 @@ | |||
35 | 35 | ||
36 | extern struct device_node *of_chosen; | 36 | extern struct device_node *of_chosen; |
37 | 37 | ||
38 | static inline int of_node_check_flag(struct device_node *n, unsigned long flag) | ||
39 | { | ||
40 | return test_bit(flag, &n->_flags); | ||
41 | } | ||
42 | |||
43 | static inline void of_node_set_flag(struct device_node *n, unsigned long flag) | ||
44 | { | ||
45 | set_bit(flag, &n->_flags); | ||
46 | } | ||
47 | |||
48 | #define HAVE_ARCH_DEVTREE_FIXUPS | 38 | #define HAVE_ARCH_DEVTREE_FIXUPS |
49 | 39 | ||
50 | static inline void set_node_proc_entry(struct device_node *dn, | ||
51 | struct proc_dir_entry *de) | ||
52 | { | ||
53 | dn->pde = de; | ||
54 | } | ||
55 | |||
56 | extern struct device_node *allnodes; /* temporary while merging */ | 40 | extern struct device_node *allnodes; /* temporary while merging */ |
57 | extern rwlock_t devtree_lock; /* temporary while merging */ | 41 | extern rwlock_t devtree_lock; /* temporary while merging */ |
58 | 42 | ||