Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346909
b: refs/heads/master
c: 516d798
h: refs/heads/master
i:
  346907: b8dcf87
v: v3
  • Loading branch information
Florian Fainelli authored and Dmitry Torokhov committed Dec 10, 2012
1 parent d6495da commit 282a27a
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: e12b3cecf221644ccab64d7c30a6df58b7630cb0
refs/heads/master: 516d798f656614f59553b1ff3592c2c36102b684
3 changes: 3 additions & 0 deletions trunk/drivers/input/matrix-keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <linux/input.h>
#include <linux/of.h>
#include <linux/export.h>
#include <linux/module.h>
#include <linux/input/matrix_keypad.h>

static bool matrix_keypad_map_key(struct input_dev *input_dev,
Expand Down Expand Up @@ -161,3 +162,5 @@ int matrix_keypad_build_keymap(const struct matrix_keymap_data *keymap_data,
return 0;
}
EXPORT_SYMBOL(matrix_keypad_build_keymap);

MODULE_LICENSE("GPL");

0 comments on commit 282a27a

Please sign in to comment.