Re: [PATCH 0/5] constify net eisa_device_id

From: David Miller
Date: Sat Aug 19 2017 - 20:14:22 EST


From: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
Date: Sat, 19 Aug 2017 12:21:42 +0530

> eisa_device_id are not supposed to change at runtime. All functions
> working with eisa_device_id provided by <linux/eisa.h> work with
> const eisa_device_id. So mark the non-const structs as const.

Series applied, thanks.