mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
[media] tw5864: constify struct video_device template
tw5864_video_template is used for filling of actual video_device structures. It is copied by value, and is not used for anything else. Signed-off-by: Andrey Utkin <andrey.utkin@corp.bluecherry.net> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
c9c21c301d
commit
e4011b69ab
@ -912,7 +912,7 @@ static const struct v4l2_ioctl_ops video_ioctl_ops = {
|
||||
#endif
|
||||
};
|
||||
|
||||
static struct video_device tw5864_video_template = {
|
||||
static const struct video_device tw5864_video_template = {
|
||||
.name = "tw5864_video",
|
||||
.fops = &video_fops,
|
||||
.ioctl_ops = &video_ioctl_ops,
|
||||
|
Loading…
Reference in New Issue
Block a user