* [KJ] [PATCH][11/26] drivers/net/* - compile warning cleanup
@ 2005-02-10 21:34 Stephen Biggs
0 siblings, 0 replies; only message in thread
From: Stephen Biggs @ 2005-02-10 21:34 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Mail message body --]
[-- Type: text/plain, Size: 861 bytes --]
Description: compile warning cleanup - silence compiler warning for
unused function that is either actually used as a driver function in a
table or is truly unused
Signed-off-by: Stephen Biggs <yrgrknmxpzlk@gawab.com>
diff -Nurdp -X dontdiff-osdl linux-2.6.11-rc3-mm-original/drivers/net/ibmlana.c linux-2.6.11-rc3-mm/drivers/net/ibmlana.c
--- linux-2.6.11-rc3-mm-original/drivers/net/ibmlana.c 2005-02-07 16:32:20.000000000 +0200
+++ linux-2.6.11-rc3-mm/drivers/net/ibmlana.c 2005-02-08 18:09:49.000000000 +0200
@@ -901,7 +901,7 @@ static void ibmlana_set_multicast_list(s
static int startslot; /* counts through slots when probing multiple devices */
-static int ibmlana_probe(struct net_device *dev)
+static int __attribute__((__unused__)) ibmlana_probe(struct net_device *dev)
{
int slot, z;
int base = 0, irq = 0, iobase = 0, memlen = 0;
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-10 21:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-10 21:34 [KJ] [PATCH][11/26] drivers/net/* - compile warning cleanup Stephen Biggs
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.