Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196324
b: refs/heads/master
c: 00237bc
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Achatz authored and Jiri Kosina committed May 18, 2010
1 parent d4943a9 commit bb1fedb
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: ed28f04b2753ce1b07b9c3dab7d186c43ce19e8c
refs/heads/master: 00237bc5204c43f67b2e68546012d7bd27efc1b6
4 changes: 2 additions & 2 deletions trunk/drivers/hid/hid-roccat-kone.c
Original file line number Diff line number Diff line change
Expand Up @@ -989,12 +989,12 @@ static struct hid_driver kone_driver = {
.raw_event = kone_raw_event
};

static int kone_init(void)
static int __init kone_init(void)
{
return hid_register_driver(&kone_driver);
}

static void kone_exit(void)
static void __exit kone_exit(void)
{
hid_unregister_driver(&kone_driver);
}
Expand Down

0 comments on commit bb1fedb

Please sign in to comment.