Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343821
b: refs/heads/master
c: 8e1803f
h: refs/heads/master
i:
  343819: 8fec62b
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 27, 2012
1 parent ae7b330 commit 23916a3
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: 3d4bf09c1d9cb315af18a7eb825f0ddce0dbe5b4
refs/heads/master: 8e1803f4cd4bab0a66a24945a00e2c3a89457a32
4 changes: 2 additions & 2 deletions trunk/drivers/media/rc/nuvoton-cir.c
Original file line number Diff line number Diff line change
Expand Up @@ -1220,12 +1220,12 @@ static struct pnp_driver nvt_driver = {
.shutdown = nvt_shutdown,
};

int nvt_init(void)
static int nvt_init(void)
{
return pnp_register_driver(&nvt_driver);
}

void nvt_exit(void)
static void nvt_exit(void)
{
pnp_unregister_driver(&nvt_driver);
}
Expand Down

0 comments on commit 23916a3

Please sign in to comment.