commit | 42e6b92de8f8d7c736cd819ff5af6208a6bdf8ae | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Tue Aug 08 21:26:40 2017 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 08 17:47:58 2017 -0700 |
tree | 33183f751d138f4b929b95d23dc56c985d1fe740 | |
parent | 53b948356554376ec6f89016376825d48bf396c3 [diff] |
net: irda: irda-usb: 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>