Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19288
b: refs/heads/master
c: ffc6b52
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Dmitry Torokhov committed Jan 30, 2006
1 parent 17206ac commit 184c790
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 74570d413cbb5cede06a0183a91d3006f134bf6b
refs/heads/master: ffc6b529e8c46c73827008c7406f43482d71beed
4 changes: 2 additions & 2 deletions trunk/drivers/input/joystick/twidjoy.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,13 @@ static struct serio_driver twidjoy_drv = {
* The functions for inserting/removing us as a module.
*/

int __init twidjoy_init(void)
static int __init twidjoy_init(void)
{
serio_register_driver(&twidjoy_drv);
return 0;
}

void __exit twidjoy_exit(void)
static void __exit twidjoy_exit(void)
{
serio_unregister_driver(&twidjoy_drv);
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/mk712.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ static void mk712_close(struct input_dev *dev)
spin_unlock_irqrestore(&mk712_lock, flags);
}

int __init mk712_init(void)
static int __init mk712_init(void)
{
int err;

Expand Down

0 comments on commit 184c790

Please sign in to comment.