aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/vio.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-10-24 14:53:21 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2005-10-24 15:42:12 +1000
commit6fdf5392caa4c3cba65add0a4beec9f5eb96b723 (patch)
tree336ba343889a1d720e09477c2ea88cd5f99a67b9 /include/asm-powerpc/vio.h
parentpowerpc: Move include/asm-ppc64/vio.h to include/asm-powerpc/vio.h (diff)
downloadlinux-dev-6fdf5392caa4c3cba65add0a4beec9f5eb96b723.tar.xz
linux-dev-6fdf5392caa4c3cba65add0a4beec9f5eb96b723.zip
powerpc: don't duplicate name between vio_driver and device_driver
Just set the name field directly in the device_driver structure contained in the vio_driver struct. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to '')
-rw-r--r--include/asm-powerpc/vio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-powerpc/vio.h b/include/asm-powerpc/vio.h
index f10f72f24fde..104c58501d0c 100644
--- a/include/asm-powerpc/vio.h
+++ b/include/asm-powerpc/vio.h
@@ -55,7 +55,6 @@ struct vio_dev {
struct vio_driver {
struct list_head node;
- char *name;
const struct vio_device_id *id_table;
int (*probe)(struct vio_dev *dev, const struct vio_device_id *id);
int (*remove)(struct vio_dev *dev);