Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298496
b: refs/heads/master
c: 450aed7
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven committed Apr 1, 2012
1 parent 68b29a1 commit d39590f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6cfeba53911d6d2f17ebbd1246893557d5ff5aeb
refs/heads/master: 450aed725c9a53282483c48ebd012feefae94a07
3 changes: 3 additions & 0 deletions trunk/arch/m68k/q40/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ static __init int q40_add_kbd_device(void)
{
struct platform_device *pdev;

if (!MACH_IS_Q40)
return -ENODEV;

pdev = platform_device_register_simple("q40kbd", -1, NULL, 0);
if (IS_ERR(pdev))
return PTR_ERR(pdev);
Expand Down

0 comments on commit d39590f

Please sign in to comment.