Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175117
b: refs/heads/master
c: 3c0d446
h: refs/heads/master
i:
  175115: 025e6f3
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 4d27424 commit 46d1f48
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: 224f0ef4e20327ab108e6a11ebc3a92f337c5e85
refs/heads/master: 3c0d44643cbeb125171685a10d9cdeba24336e62
4 changes: 2 additions & 2 deletions trunk/drivers/staging/et131x/et131x_initpci.c
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ static struct pci_driver et131x_driver = {
*
* Returns 0 on success, errno on failure (as defined in errno.h)
*/
static int et131x_init_module(void)
static int __init et131x_init_module(void)
{
if (et131x_speed_set < PARM_SPEED_DUPLEX_MIN ||
et131x_speed_set > PARM_SPEED_DUPLEX_MAX) {
Expand All @@ -1002,7 +1002,7 @@ static int et131x_init_module(void)
/**
* et131x_cleanup_module - The entry point called on driver cleanup
*/
static void et131x_cleanup_module(void)
static void __exit et131x_cleanup_module(void)
{
pci_unregister_driver(&et131x_driver);
}
Expand Down

0 comments on commit 46d1f48

Please sign in to comment.