|
@@ -746,7 +746,7 @@ static int timblogiw_mmap(struct file *file, struct vm_area_struct *vma)
|
|
|
|
|
|
/* Platform device functions */
|
|
|
|
|
|
-static const __devinitdata struct v4l2_ioctl_ops timblogiw_ioctl_ops = {
|
|
|
+static __devinitconst struct v4l2_ioctl_ops timblogiw_ioctl_ops = {
|
|
|
.vidioc_querycap = timblogiw_querycap,
|
|
|
.vidioc_enum_fmt_vid_cap = timblogiw_enum_fmt,
|
|
|
.vidioc_g_fmt_vid_cap = timblogiw_g_fmt,
|
|
@@ -768,7 +768,7 @@ static const __devinitdata struct v4l2_ioctl_ops timblogiw_ioctl_ops = {
|
|
|
.vidioc_enum_framesizes = timblogiw_enum_framesizes,
|
|
|
};
|
|
|
|
|
|
-static const __devinitdata struct v4l2_file_operations timblogiw_fops = {
|
|
|
+static __devinitconst struct v4l2_file_operations timblogiw_fops = {
|
|
|
.owner = THIS_MODULE,
|
|
|
.open = timblogiw_open,
|
|
|
.release = timblogiw_close,
|
|
@@ -778,7 +778,7 @@ static const __devinitdata struct v4l2_file_operations timblogiw_fops = {
|
|
|
.poll = timblogiw_poll,
|
|
|
};
|
|
|
|
|
|
-static const __devinitdata struct video_device timblogiw_template = {
|
|
|
+static __devinitconst struct video_device timblogiw_template = {
|
|
|
.name = TIMBLOGIWIN_NAME,
|
|
|
.fops = &timblogiw_fops,
|
|
|
.ioctl_ops = &timblogiw_ioctl_ops,
|