]> git.baikalelectronics.ru Git - kernel.git/commit
net: ibm: ibmveth: constify vio_device_id
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Thu, 17 Aug 2017 13:22:53 +0000 (18:52 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Aug 2017 17:17:31 +0000 (10:17 -0700)
commit850da21b0b21200254171c9b0504e5c4ab8ae64f
treecf87d2be4a09e27e0fa8e94e77bd86be949662e9
parent6d5e70a1467c9cdc3c8ca133bc08dd59d76c899e
net: ibm: ibmveth: 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/ibmveth.c