Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336265
b: refs/heads/master
c: 55220bb
h: refs/heads/master
i:
  336263: 2e0ed14
v: v3
  • Loading branch information
Florian Fainelli authored and Linus Torvalds committed Dec 11, 2012
1 parent 2973cdd commit 7ed84bd
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: 2c68bc72dc77be3e8c32cd7ad6c7714ee21efd79
refs/heads/master: 55220bb3e5f917dd5fee1153c612f9a83599f639
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 7ed84bd

Please sign in to comment.