]> git.baikalelectronics.ru Git - kernel.git/commit
net: ibm: ibmvnic: constify vio_device_id
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Thu, 17 Aug 2017 13:22:54 +0000 (18:52 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Aug 2017 17:17:44 +0000 (10:17 -0700)
commita78466e0d537061f074161706db18a8d44329dfa
tree122d401e1553caf13afd27224270eaa66f222fed
parentaeafbb33d5913cf8f03dd2121e14cfb2181ab954
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>
drivers/net/ethernet/ibm/ibmvnic.c