From 2fd0450d4d9227cc5aebc0291584f2f720a400ec Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sat, 10 Jun 2006 13:32:12 -0700 Subject: [PATCH] --- yaml --- r: 27429 b: refs/heads/master c: 29f9f6d234753da97b74402f746981c63ec0b2f0 h: refs/heads/master i: 27427: 6b5077b05a6c0baf822dd1aa8c645626cb0da712 v: v3 --- [refs] | 2 +- trunk/drivers/net/hp-plus.c | 2 +- trunk/drivers/net/hp.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 79870ece1cf2..ba6cf69c3d37 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5d1f16c6c4d64d1e4f53e277e39c0ada89f00a48 +refs/heads/master: 29f9f6d234753da97b74402f746981c63ec0b2f0 diff --git a/trunk/drivers/net/hp-plus.c b/trunk/drivers/net/hp-plus.c index 0d7a6250e346..e26a3e407d70 100644 --- a/trunk/drivers/net/hp-plus.c +++ b/trunk/drivers/net/hp-plus.c @@ -446,7 +446,7 @@ MODULE_LICENSE("GPL"); /* This is set up so that only a single autoprobe takes place per call. ISA device autoprobes on a running machine are not recommended. */ -int +int __init init_module(void) { struct net_device *dev; diff --git a/trunk/drivers/net/hp.c b/trunk/drivers/net/hp.c index cf9fb3698a6b..551a71b3c5fd 100644 --- a/trunk/drivers/net/hp.c +++ b/trunk/drivers/net/hp.c @@ -384,7 +384,7 @@ hp_block_output(struct net_device *dev, int count, } /* This function resets the ethercard if something screws up. */ -static void +static void __init hp_init_card(struct net_device *dev) { int irq = dev->irq; @@ -409,7 +409,7 @@ MODULE_LICENSE("GPL"); /* This is set up so that only a single autoprobe takes place per call. ISA device autoprobes on a running machine are not recommended. */ -int +int __init init_module(void) { struct net_device *dev;