]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4813bf0012370abf902fb2ccffd2836d6438ce91
tree7c0cbda0ec8226684f6acaaac3870799c25d878e
parent535e7a71a399f7429fa9010334da0b7c4822952c
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