Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187742
b: refs/heads/master
c: 60c14a1
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Jiri Kosina committed Feb 5, 2010
1 parent 8571951 commit fd7f62a
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: 73a98fce881c46eaeb33c1aef23ab607f4d03344
refs/heads/master: 60c14a1507a9fcd2e3b8eb53c218cb74ae404bcf
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/bt8xx/bt878.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ static int bt878_pci_driver_registered;
/* Module management functions */
/*******************************/

static int bt878_init_module(void)
static int __init bt878_init_module(void)
{
bt878_num = 0;
bt878_pci_driver_registered = 0;
Expand All @@ -600,7 +600,7 @@ static int bt878_init_module(void)
return pci_register_driver(&bt878_pci_driver);
}

static void bt878_cleanup_module(void)
static void __exit bt878_cleanup_module(void)
{
if (bt878_pci_driver_registered) {
bt878_pci_driver_registered = 0;
Expand Down

0 comments on commit fd7f62a

Please sign in to comment.