From: Randy Dunlap <[EMAIL PROTECTED]>

Fix function declaration:
drivers/char/pcmcia/ipwireless_cs_tty.c:730:29: warning: non-ANSI function 
declaration of function 'ipwireless_tty_release'

Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
---
 drivers/char/pcmcia/ipwireless_cs_tty.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.21-rc4-mm1.orig/drivers/char/pcmcia/ipwireless_cs_tty.c
+++ linux-2.6.21-rc4-mm1/drivers/char/pcmcia/ipwireless_cs_tty.c
@@ -727,7 +727,7 @@ int ipwireless_tty_init(int major)
        return 0;
 }
 
-void ipwireless_tty_release()
+void ipwireless_tty_release(void)
 {
        int ret, loops = 0;
        remove_proc_entry(IPWIRELESS_PCCARD_NAME, &proc_root);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to