commit | 8c37bc677af3458dd5598d22467fb913f31c5bb2 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Thu Aug 17 18:52:54 2017 +0530 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 17 10:17:44 2017 -0700 |
tree | 122d401e1553caf13afd27224270eaa66f222fed | |
parent | 71450804c689e4c601cb2a3f9c0ff7182cde84e6 [diff] |
net: ibm: ibmvnic: constify vio_device_id vio_device_id are not supposed to change at runtime. All functions working with vio_device_id provided by <asm/vio.h> work with const vio_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>