public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Remove dead s390 prototype.
@ 2006-04-21  4:54 Dave Jones
  2006-04-21  5:19 ` Dave Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2006-04-21  4:54 UTC (permalink / raw)
  To: Linux Kernel

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

Signed-off-by: Dave Jones <davej@redhat.com>

--- 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);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Remove dead s390 prototype.
  2006-04-21  4:54 Remove dead s390 prototype Dave Jones
@ 2006-04-21  5:19 ` Dave Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Jones @ 2006-04-21  5:19 UTC (permalink / raw)
  To: Linux Kernel

On Thu, Apr 20, 2006 at 11:54:33PM -0500, Dave Jones wrote:
 > drivers/s390/crypto/z90main.c:367: warning: 'z90crypt_compat_ioctl' declared 'static' but never defined
 > 
 > Signed-off-by: Dave Jones <davej@redhat.com>

ignore this, it's bogus. (I didn't have CONFIG_COMPAT enabled, and fudged my grep)

		Dave

-- 
http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-21  5:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-21  4:54 Remove dead s390 prototype Dave Jones
2006-04-21  5:19 ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox