commit | a2ae5f0afde34eaecf3fbb13223b772ceaec6227 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Wed Aug 16 17:43:10 2017 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Aug 17 13:29:28 2017 -0700 |
tree | 78ae751330d2a37dfb8087eb20f416d6f85bfcaf | |
parent | c3cc94470bd3aff4eef1d80a91086afc7abce847 [diff] |
Input: i8042 - constify pnp_device_id pnp_device_id are not supposed to change at runtime. All functions working with pnp_device_id provided by <linux/pnp.h> work with const pnp_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>