netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] eepro init section usage
@ 2004-03-08  3:35 Randy.Dunlap
  2004-03-12 18:27 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2004-03-08  3:35 UTC (permalink / raw)
  To: netdev; +Cc: jgarzik

Hi,

eepro_print_info() can be __init.

Please apply.  Patch is to 2.6.4-rc2.

--
~Randy



diffstat:=
 drivers/net/eepro.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Naurp ./drivers/net/eepro.c~eepro_init ./drivers/net/eepro.c
--- ./drivers/net/eepro.c~eepro_init	2004-02-17 19:58:50.000000000 -0800
+++ ./drivers/net/eepro.c	2004-03-07 16:36:03.000000000 -0800
@@ -680,7 +680,7 @@ static void eepro_recalc (struct net_dev
 }
 
 /* prints boot-time info */
-static void eepro_print_info (struct net_device *dev)
+static void __init eepro_print_info (struct net_device *dev)
 {
 	struct eepro_local *	lp = dev->priv;
 	int			i;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] eepro init section usage
  2004-03-08  3:35 [PATCH] eepro init section usage Randy.Dunlap
@ 2004-03-12 18:27 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2004-03-12 18:27 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: netdev

applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-12 18:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-08  3:35 [PATCH] eepro init section usage Randy.Dunlap
2004-03-12 18:27 ` Jeff Garzik

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).