Commit 2402bc87 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jeff Garzik

[PATCH] eepro init section usage

eepro_print_info() can be __init.
parent 5f945956
...@@ -680,7 +680,7 @@ static void eepro_recalc (struct net_device *dev) ...@@ -680,7 +680,7 @@ static void eepro_recalc (struct net_device *dev)
} }
/* prints boot-time info */ /* 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; struct eepro_local * lp = dev->priv;
int i; int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment