Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27429
b: refs/heads/master
c: 29f9f6d
h: refs/heads/master
i:
  27427: 6b5077b
v: v3
  • Loading branch information
Randy Dunlap authored and Jeff Garzik committed Jun 11, 2006
1 parent d97e520 commit 2fd0450
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d1f16c6c4d64d1e4f53e277e39c0ada89f00a48
refs/heads/master: 29f9f6d234753da97b74402f746981c63ec0b2f0
2 changes: 1 addition & 1 deletion trunk/drivers/net/hp-plus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/hp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 2fd0450

Please sign in to comment.