[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20070321192139.15bc0727.randy.dunlap@oracle.com>
Date: Wed, 21 Mar 2007 19:21:39 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: jkosina@...e.cz, akpm <akpm@...ux-foundation.org>
Subject: [PATCH -mm] ipwireless: use ANSI func. decl.
From: Randy Dunlap <randy.dunlap@...cle.com>
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 <randy.dunlap@...cle.com>
---
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists