Remove dead s390 prototype.

From: Dave Jones
Date: Fri Apr 21 2006 - 00:54:33 EST


drivers/s390/crypto/z90main.c:367: warning: 'z90crypt_compat_ioctl' declared 'static' but never defined

Signed-off-by: Dave Jones <davej@xxxxxxxxxx>

--- linux-2.6.16.noarch/drivers/s390/crypto/z90main.c~ 2006-04-20 23:51:26.000000000 -0500
+++ linux-2.6.16.noarch/drivers/s390/crypto/z90main.c 2006-04-20 23:51:39.000000000 -0500
@@ -364,7 +364,6 @@ static ssize_t z90crypt_read(struct file
static ssize_t z90crypt_write(struct file *, const char __user *,
size_t, loff_t *);
static long z90crypt_unlocked_ioctl(struct file *, unsigned int, unsigned long);
-static long z90crypt_compat_ioctl(struct file *, unsigned int, unsigned long);

static void z90crypt_reader_task(unsigned long);
static void z90crypt_schedule_reader_task(unsigned long);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/