LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH -mm] ipwireless: use ANSI func. decl.
@ 2007-03-22 2:21 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2007-03-22 2:21 UTC (permalink / raw)
To: lkml; +Cc: jkosina, akpm
From: Randy Dunlap <randy.dunlap@oracle.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@oracle.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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-22 2:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-22 2:21 [PATCH -mm] ipwireless: use ANSI func. decl Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).