aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2005-06-20 21:15:16 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-26 12:25:08 -0700
commit96192ff1a9d0c6ef365d21667080259d83ea2f5b (patch)
treeb13caa3bedb3cde8bd1beecfc3c76bac894df42a /drivers/s390/crypto
parent[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree (diff)
downloadlinux-dev-96192ff1a9d0c6ef365d21667080259d83ea2f5b.tar.xz
linux-dev-96192ff1a9d0c6ef365d21667080259d83ea2f5b.zip
[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed
Also fixes all drivers that set this field. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/s390/crypto')
-rw-r--r--drivers/s390/crypto/z90main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/crypto/z90main.c b/drivers/s390/crypto/z90main.c
index 982acc7303ea..b2f20ab8431a 100644
--- a/drivers/s390/crypto/z90main.c
+++ b/drivers/s390/crypto/z90main.c
@@ -411,7 +411,6 @@ static struct miscdevice z90crypt_misc_device = {
.minor = Z90CRYPT_MINOR,
.name = DEV_NAME,
.fops = &z90crypt_fops,
- .devfs_name = DEV_NAME
};
/**