rtl8187: constify usb_device_id
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 9 Aug 2017 16:30:13 +0000 (22:00 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 10 Aug 2017 08:56:02 +0000 (11:56 +0300)
commite0b081b20523a960f2f3faf074922f4c3f81004c
treea5303b42967b69e4544cc74e3ad6f650bc294f12
parent543e4f87508b612c81dff44037c071450bcc5ddc
rtl8187: 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: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c