diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-24 06:53:21 +0200 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-24 07:42:12 +0200 |
commit | 6fdf5392caa4c3cba65add0a4beec9f5eb96b723 (patch) | |
tree | 336ba343889a1d720e09477c2ea88cd5f99a67b9 /include/asm-powerpc/vio.h | |
parent | powerpc: Move include/asm-ppc64/vio.h to include/asm-powerpc/vio.h (diff) | |
download | linux-6fdf5392caa4c3cba65add0a4beec9f5eb96b723.tar.xz linux-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 'include/asm-powerpc/vio.h')
-rw-r--r-- | include/asm-powerpc/vio.h | 1 |
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); |