Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83942
b: refs/heads/master
c: de7d812
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Feb 6, 2008
1 parent 9764a95 commit 570e92a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: c6d01179bfee3048cce98fe303d7265faa3861a7
refs/heads/master: de7d812d05f3075096a3e37222f4e1876ae25e6c
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/vio.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static void __devinit vio_dev_release(struct device *dev)
* Returns a pointer to the created vio_dev or NULL if node has
* NULL device_type or compatible fields.
*/
struct vio_dev * __devinit vio_register_device_node(struct device_node *of_node)
struct vio_dev *vio_register_device_node(struct device_node *of_node)
{
struct vio_dev *viodev;
const unsigned int *unit_address;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-powerpc/vio.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ extern void __devinit vio_unregister_device(struct vio_dev *dev);

struct device_node;

extern struct vio_dev * __devinit vio_register_device_node(
extern struct vio_dev *vio_register_device_node(
struct device_node *node_vdev);
extern const void *vio_get_attribute(struct vio_dev *vdev, char *which,
int *length);
Expand Down

0 comments on commit 570e92a

Please sign in to comment.