Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30851
b: refs/heads/master
c: b9553d7
h: refs/heads/master
i:
  30849: 52a197f
  30847: 5f9a535
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Jun 27, 2006
1 parent d6d84d4 commit 2a70f56
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: 99eb44fe941b35b28914881774515005fa2ab7f6
refs/heads/master: b9553d7b0cd51b89dc078ffc42cad51a2c4258bc
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/stradis.c
Original file line number Diff line number Diff line change
Expand Up @@ -2190,7 +2190,7 @@ static struct pci_driver stradis_driver = {
.remove = __devexit_p(stradis_remove)
};

int __init stradis_init(void)
static int __init stradis_init(void)
{
int retval;

Expand All @@ -2203,7 +2203,7 @@ int __init stradis_init(void)
return retval;
}

void __exit stradis_exit(void)
static void __exit stradis_exit(void)
{
pci_unregister_driver(&stradis_driver);
printk(KERN_INFO "stradis: module cleanup complete\n");
Expand Down

0 comments on commit 2a70f56

Please sign in to comment.