media: uvcvideo: Make some structs const
authorJoe Perches <joe@perches.com>
Sat, 4 Nov 2017 17:23:29 +0000 (13:23 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 11 Sep 2018 12:40:11 +0000 (08:40 -0400)
commit8643d237a2f7dab27c6c9189d24c5e7d4a5c5f68
tree7c0cbda0ec8226684f6acaaac3870799c25d878e
parent703fe34bac0c9335d019f15c877cdb179971ddeb
media: uvcvideo: Make some structs const

Move some data to text

$ size drivers/media/usb/uvc/uvc_ctrl.o*
   text    data     bss     dec     hex filename
  34323    2364       0   36687    8f4f drivers/media/usb/uvc/uvc_ctrl.o.new
  28659    8028       0   36687    8f4f drivers/media/usb/uvc/uvc_ctrl.o.old

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/usb/uvc/uvc_ctrl.c