X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fmedia%2Fv4l2-int-device.h;h=c8b80e0f065199e01102933d0ad4074075632782;hb=76166952bbc81dda1c8a8c14e75a2aa06f6c052c;hp=066ebfc4f9832e89805b42d0ccbacae6112783c1;hpb=547307420931344a868275bd7ea7a30f117a15a9;p=powerpc.git diff --git a/include/media/v4l2-int-device.h b/include/media/v4l2-int-device.h index 066ebfc4f9..c8b80e0f06 100644 --- a/include/media/v4l2-int-device.h +++ b/include/media/v4l2-int-device.h @@ -44,9 +44,8 @@ enum v4l2_int_type { struct v4l2_int_device; struct v4l2_int_master { - int (*attach)(struct v4l2_int_device *master, - struct v4l2_int_device *slave); - void (*detach)(struct v4l2_int_device *master); + int (*attach)(struct v4l2_int_device *slave); + void (*detach)(struct v4l2_int_device *slave); }; typedef int (v4l2_int_ioctl_func)(struct v4l2_int_device *);