commit | 153890b41b0ad467a89a77d48bb96f6bc3b14120 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Tue Aug 22 23:41:12 2017 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 22 14:35:36 2017 -0700 |
tree | 4b7b234673219fed7cb265c1d2d6e55830d28d8a | |
parent | 9142b673a75743f6530d076125233b9add531f4c [diff] |
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>