Commit b404ecbf authored by Dmitry Torokhov's avatar Dmitry Torokhov Committed by Matthew Garrett

asus-laptop: remove no longer used keycode_map field

The driver uses sparse keymap library and does not use this field
anymore.
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent 23f45c3a
...@@ -236,7 +236,6 @@ struct asus_laptop { ...@@ -236,7 +236,6 @@ struct asus_laptop {
u8 light_level; /* light sensor level */ u8 light_level; /* light sensor level */
u8 light_switch; /* light sensor switch value */ u8 light_switch; /* light sensor switch value */
u16 event_count[128]; /* count for each event TODO make this better */ u16 event_count[128]; /* count for each event TODO make this better */
u16 *keycode_map;
}; };
static const struct key_entry asus_keymap[] = { static const struct key_entry asus_keymap[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment