| To: | Jean Tourrilhes <jt@xxxxxxxxxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH] remove unused function prototype |
| From: | Stephen Hemminger <shemminger@xxxxxxxx> |
| Date: | Mon, 18 Aug 2003 11:22:15 -0700 |
| Cc: | irda-users@xxxxxxxxxxxxxxxxxxxxx, netdev@xxxxxxxxxxx |
| Organization: | Open Source Development Lab |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Unused function prototype defined but never used on 2.6.0-test3
diff -Nru a/net/irda/irda_device.c b/net/irda/irda_device.c
--- a/net/irda/irda_device.c Mon Aug 18 11:12:00 2003
+++ b/net/irda/irda_device.c Mon Aug 18 11:12:00 2003
@@ -83,12 +83,6 @@
static void irda_task_timer_expired(void *data);
-#ifdef CONFIG_PROC_FS
-int irda_device_proc_read(char *buf, char **start, off_t offset, int len,
- int unused);
-
-#endif /* CONFIG_PROC_FS */
-
int __init irda_device_init( void)
{
dongles = hashbin_new(HB_LOCK);
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] set owner field on /proc/net/irda sub entries, Stephen Hemminger |
|---|---|
| Next by Date: | Re: dev_add_pack and hardware checksumming, Petr Vandrovec |
| Previous by Thread: | [PATCH] set owner field on /proc/net/irda sub entries, Stephen Hemminger |
| Next by Thread: | Re: [PATCH] remove unused function prototype, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |