Re: [PATCH] net: amd: constify zorro_device_id

From: David Miller
Date: Tue Aug 22 2017 - 17:36:05 EST


From: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
Date: Tue, 22 Aug 2017 23:41:12 +0530

> 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@xxxxxxxxx>

Applied.