Skip to content

Commit

Permalink
Input: w90p910_keypad - rename driver name to match platform
Browse files Browse the repository at this point in the history
Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Wan ZongShun authored and Dmitry Torokhov committed Aug 21, 2009
1 parent fc69f4a commit fb962e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/input/keyboard/w90p910_keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static struct platform_driver w90p910_keypad_driver = {
.probe = w90p910_keypad_probe,
.remove = __devexit_p(w90p910_keypad_remove),
.driver = {
.name = "w90p910-keypad",
.name = "nuc900-keypad",
.owner = THIS_MODULE,
},
};
Expand All @@ -286,6 +286,6 @@ module_init(w90p910_keypad_init);
module_exit(w90p910_keypad_exit);

MODULE_AUTHOR("Wan ZongShun <mcuos.com@gmail.com>");
MODULE_DESCRIPTION("w90p910 keypad driver!");
MODULE_DESCRIPTION("w90p910 keypad driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:w90p910-keypad");
MODULE_ALIAS("platform:nuc900-keypad");

0 comments on commit fb962e1

Please sign in to comment.