aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-07-12 03:50:26 -0400
committerPaul Mackerras <paulus@samba.org>2005-08-28 20:53:32 -0400
commit19dbd0f6a74f7529d6d49dd50ad6b31adbe0598d (patch)
tree25a20ad9071dea6ccd4a740ddcfff1691151ec84 /include/asm-ppc64
parent6312236fe82bbd3b0e1dee60b3eb3b270a2f6aeb (diff)
[PATCH] ppc64: split pSeries specific parts out of vio.c
This patch just splits out the pSeries specific parts of vio.c. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-ppc64')
-rw-r--r--include/asm-ppc64/vio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-ppc64/vio.h b/include/asm-ppc64/vio.h
index 70644a232210..a82e87c1c5fa 100644
--- a/include/asm-ppc64/vio.h
+++ b/include/asm-ppc64/vio.h
@@ -106,6 +106,8 @@ static inline struct vio_dev *to_vio_dev(struct device *dev)
106} 106}
107 107
108extern int vio_bus_init(int (*is_match)(const struct vio_device_id *id, 108extern int vio_bus_init(int (*is_match)(const struct vio_device_id *id,
109 const struct vio_dev *dev)); 109 const struct vio_dev *dev),
110 void (*)(struct vio_dev *),
111 void (*)(struct device *));
110 112
111#endif /* _ASM_VIO_H */ 113#endif /* _ASM_VIO_H */