Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11667
b: refs/heads/master
c: bf20a00
h: refs/heads/master
i:
  11665: bd424ee
  11663: 7deaaa5
v: v3
  • Loading branch information
Paul Mackerras committed Oct 27, 2005
1 parent 6e788bd commit 304f721
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: cb4ab974ae0bff3f49086090a1a50373c5edc8f4
refs/heads/master: bf20a0000377f7bdeb42b78b10ed578deb3d63f1
10 changes: 5 additions & 5 deletions trunk/include/asm-powerpc/prom.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ static inline void set_node_proc_entry(struct device_node *dn, struct proc_dir_e


/* OBSOLETE: Old style node lookup */
extern __deprecated struct device_node *find_devices(const char *name);
extern __deprecated struct device_node *find_type_devices(const char *type);
extern __deprecated struct device_node *find_path_device(const char *path);
extern __deprecated struct device_node *find_compatible_devices(const char *type,
extern struct device_node *find_devices(const char *name);
extern struct device_node *find_type_devices(const char *type);
extern struct device_node *find_path_device(const char *path);
extern struct device_node *find_compatible_devices(const char *type,
const char *compat);
extern __deprecated struct device_node *find_all_nodes(void);
extern struct device_node *find_all_nodes(void);

/* New style node lookup */
extern struct device_node *of_find_node_by_name(struct device_node *from,
Expand Down

0 comments on commit 304f721

Please sign in to comment.