commit | fa00f26ff6d53ec7874f9b737acf7ab844a0cc5c | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Tue Aug 08 21:26:41 2017 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 08 17:47:58 2017 -0700 |
tree | b5819fad1eb3a3185d6f25417228fcbd0e45d224 | |
parent | 42e6b92de8f8d7c736cd819ff5af6208a6bdf8ae [diff] |
net: irda: kingsun: constify usb_device_id usb_device_id are not supposed to change at runtime. All functions working with usb_device_id provided by <linux/usb.h> work with const usb_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>