Skip to content

Commit

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

int ite_init(void)
static int ite_init(void)
{
return pnp_register_driver(&ite_driver);
}

void ite_exit(void)
static void ite_exit(void)
{
pnp_unregister_driver(&ite_driver);
}
Expand Down

0 comments on commit ae7b330

Please sign in to comment.