Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74032
b: refs/heads/master
c: 9e893bb
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Nov 27, 2007
1 parent f88b5ae commit c6d7430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 6b41016032accca5a0ca8bbd35ec5fd7f7bc3aeb
refs/heads/master: 9e893bb8530d9c09b1eb8da8734eebf4182bb8b7
3 changes: 2 additions & 1 deletion trunk/arch/m68k/atari/atakeyb.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ void atari_kbd_leds(unsigned int leds)

static int atari_keyb_done = 0;

int __init atari_keyb_init(void)
int atari_keyb_init(void)
{
if (atari_keyb_done)
return 0;
Expand Down Expand Up @@ -631,6 +631,7 @@ int __init atari_keyb_init(void)
atari_keyb_done = 1;
return 0;
}
EXPORT_SYMBOL_GPL(atari_keyb_init);

int atari_kbd_translate(unsigned char keycode, unsigned char *keycodep, char raw_mode)
{
Expand Down

0 comments on commit c6d7430

Please sign in to comment.