summaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_aux.c
diff options
context:
space:
mode:
authorAndreas Herrmann <aherrman@de.ibm.com>2005-04-21 22:14:31 +0200
committerJames Bottomley <jejb@mulgrave.(none)>2005-04-21 22:14:31 +0200
commitbd6ae2f6d61da0f90c6b66e9a4ab6c53ef8c159a (patch)
tree706dcd14eef4ce7f5c5c50b7d66d8afaef759acb /drivers/s390/scsi/zfcp_aux.c
parent[SCSI] drivers/scsi/sr_ioctl.c: check for failed allocation (diff)
downloadlinux-bd6ae2f6d61da0f90c6b66e9a4ab6c53ef8c159a.tar.xz
linux-bd6ae2f6d61da0f90c6b66e9a4ab6c53ef8c159a.zip
[SCSI] zfcp: fix compile error
Signed-off-by: Andreas Herrmann <aherrman@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_aux.c')
-rw-r--r--drivers/s390/scsi/zfcp_aux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_aux.c b/drivers/s390/scsi/zfcp_aux.c
index 1f9aeb4accc6..68d151aaa474 100644
--- a/drivers/s390/scsi/zfcp_aux.c
+++ b/drivers/s390/scsi/zfcp_aux.c
@@ -52,7 +52,7 @@ static inline int zfcp_sg_list_copy_from_user(struct zfcp_sg_list *,
static inline int zfcp_sg_list_copy_to_user(void __user *,
struct zfcp_sg_list *, size_t);
-static int zfcp_cfdc_dev_ioctl(struct file *, unsigned int, unsigned long);
+static long zfcp_cfdc_dev_ioctl(struct file *, unsigned int, unsigned long);
#define ZFCP_CFDC_IOC_MAGIC 0xDD
#define ZFCP_CFDC_IOC \