net: amd: constify zorro_device_id
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Tue, 22 Aug 2017 18:11:12 +0000 (23:41 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Aug 2017 21:35:36 +0000 (14:35 -0700)
commit153890b41b0ad467a89a77d48bb96f6bc3b14120
tree4b7b234673219fed7cb265c1d2d6e55830d28d8a
parent9142b673a75743f6530d076125233b9add531f4c
net: amd: constify zorro_device_id

zorro_device_id are not supposed to change at runtime. All functions
working with zorro_device_id provided by <linux/zorro.h> work with
const zorro_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/amd/a2065.c
drivers/net/ethernet/amd/ariadne.c