commit | 94daa87089e15bb45042386e2c7a62a80c75177e | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Wed Sep 27 22:57:07 2017 +0530 |
committer | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | Tue Jun 12 13:09:24 2018 +0100 |
tree | 748027897f738ab0e9e116b05c04fb4ae2838b64 | |
parent | cb38a628ccd1d2144f64b0ca17af4954bb142314 [diff] |
usb: gadget: f_uvc: make uvc_v4l2_fops const Make this const as it is only stored in the const field of a structure video_device in the file referencing it. Make the declaration const too. Done using Coccinelle. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>