Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343865
b: refs/heads/master
c: a3faff2
h: refs/heads/master
i:
  343863: a97f242
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 28, 2012
1 parent 0932769 commit 644a4f3
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: 5a3ef810746b1219b00e3e2bd680250039da3df2
refs/heads/master: a3faff2b39ca67684fb294a84d3e2d1ad2f4dfa2
4 changes: 2 additions & 2 deletions trunk/drivers/media/rc/fintek-cir.c
Original file line number Diff line number Diff line change
Expand Up @@ -684,12 +684,12 @@ static struct pnp_driver fintek_driver = {
.shutdown = fintek_shutdown,
};

int fintek_init(void)
static int fintek_init(void)
{
return pnp_register_driver(&fintek_driver);
}

void fintek_exit(void)
static void fintek_exit(void)
{
pnp_unregister_driver(&fintek_driver);
}
Expand Down

0 comments on commit 644a4f3

Please sign in to comment.