aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/viotape.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2006-05-15 13:44:01 +1000
committerPaul Mackerras <paulus@samba.org>2006-05-19 14:35:31 +1000
commitde0fe3b83f4bb47a0a6b47897bb3800862194016 (patch)
tree4187a5035042eddc3010e91f6c2a8eabf5e24859 /drivers/char/viotape.c
parent[PATCH] powerpc: update iSeries vdevice (diff)
downloadlinux-dev-de0fe3b83f4bb47a0a6b47897bb3800862194016.tar.xz
linux-dev-de0fe3b83f4bb47a0a6b47897bb3800862194016.zip
[PATCH] powerpc: update iSeries viocd and viotape device-tree
Make their device_type entries more generic and their compatible entries more specific. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/char/viotape.c')
-rw-r--r--drivers/char/viotape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/viotape.c b/drivers/char/viotape.c
index 60aabdb4a046..11c7e9de5958 100644
--- a/drivers/char/viotape.c
+++ b/drivers/char/viotape.c
@@ -989,7 +989,7 @@ static int viotape_remove(struct vio_dev *vdev)
* support.
*/
static struct vio_device_id viotape_device_table[] __devinitdata = {
- { "viotape", "" },
+ { "byte", "IBM,iSeries-viotape" },
{ "", "" }
};
MODULE_DEVICE_TABLE(vio, viotape_device_table);