Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181505
b: refs/heads/master
c: 310b262
h: refs/heads/master
i:
  181503: 0b9295f
v: v3
  • Loading branch information
Peter Huewe authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent b893448 commit 70c74d6
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: 42a39e05928c6262347fba4ec9f649124bfc7a6f
refs/heads/master: 310b26286e5a88387feba0412a75aa2a943ec844
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 70c74d6

Please sign in to comment.