Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102881
b: refs/heads/master
c: 0b11407
h: refs/heads/master
i:
  102879: 40c9101
v: v3
  • Loading branch information
Adrian Bunk authored and Jeff Garzik committed Jun 12, 2008
1 parent f9c76f4 commit 40ac5f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3cacd2a1ce5464b9874508927d561c0dfce74637
refs/heads/master: 0b1140782a68569b859b727de67eecf95a74ab44
4 changes: 2 additions & 2 deletions trunk/drivers/net/hplance.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,12 @@ static int hplance_close(struct net_device *dev)
return 0;
}

int __init hplance_init_module(void)
static int __init hplance_init_module(void)
{
return dio_register_driver(&hplance_driver);
}

void __exit hplance_cleanup_module(void)
static void __exit hplance_cleanup_module(void)
{
dio_unregister_driver(&hplance_driver);
}
Expand Down

0 comments on commit 40ac5f2

Please sign in to comment.