lkml.org 
[lkml]   [2006]   [Aug]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.6 patch] net/atm/: proper prototypes
This patch adds proper prototypes in net/atm/mpc.h for two global 
functions in net/atm/mpoa_proc.c

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

net/atm/mpc.c | 5 -----
net/atm/mpc.h | 3 +++
2 files changed, 3 insertions(+), 5 deletions(-)

--- linux-2.6.18-rc4-mm2/net/atm/mpc.h.old 2006-08-20 23:24:37.000000000 +0200
+++ linux-2.6.18-rc4-mm2/net/atm/mpc.h 2006-08-20 23:25:13.000000000 +0200
@@ -50,4 +50,7 @@
struct seq_file;
void atm_mpoa_disp_qos(struct seq_file *m);

+int mpc_proc_init(void);
+void mpc_proc_clean(void);
+
#endif /* _MPC_H_ */
--- linux-2.6.18-rc4-mm2/net/atm/mpc.c.old 2006-08-20 23:25:26.000000000 +0200
+++ linux-2.6.18-rc4-mm2/net/atm/mpc.c 2006-08-20 23:25:49.000000000 +0200
@@ -98,11 +98,6 @@
0
};

-#ifdef CONFIG_PROC_FS
-extern int mpc_proc_init(void);
-extern void mpc_proc_clean(void);
-#endif
-
struct mpoa_client *mpcs = NULL; /* FIXME */
static struct atm_mpoa_qos *qos_head = NULL;
static DEFINE_TIMER(mpc_timer, NULL, 0, 0);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-08-21 01:03    [W:4.522 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site