Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328520
b: refs/heads/master
c: f4d4661
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Dmitry Torokhov committed Aug 22, 2012
1 parent c4e229a commit ec3069e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 54ce165ebd9d9494b64149e0d1ab4ddbf5ea908b
refs/heads/master: f4d4661bee0f54410ac65571b50df5d9fe091d03
4 changes: 1 addition & 3 deletions trunk/drivers/input/keyboard/samsung-keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,6 @@ static const struct of_device_id samsung_keypad_dt_match[] = {
{},
};
MODULE_DEVICE_TABLE(of, samsung_keypad_dt_match);
#else
#define samsung_keypad_dt_match NULL
#endif

static struct platform_device_id samsung_keypad_driver_ids[] = {
Expand All @@ -684,7 +682,7 @@ static struct platform_driver samsung_keypad_driver = {
.driver = {
.name = "samsung-keypad",
.owner = THIS_MODULE,
.of_match_table = samsung_keypad_dt_match,
.of_match_table = of_match_ptr(samsung_keypad_dt_match),
.pm = &samsung_keypad_pm_ops,
},
.id_table = samsung_keypad_driver_ids,
Expand Down

0 comments on commit ec3069e

Please sign in to comment.