]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: uvcvideo: Drop the uvc_driver structure
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 23 Feb 2025 15:01:32 +0000 (17:01 +0200)
committerHans Verkuil <hverkuil@xs4all.nl>
Mon, 3 Mar 2025 17:23:36 +0000 (18:23 +0100)
commitfd4f68174d8647c4108731a2b8ad95c1c33ecaf7
tree9921f6e179c92252b4fb27d9bd68c50e63d642cd
parent8c54e58f94ed3ff28643aefd2c0c2c98313ee770
media: uvcvideo: Drop the uvc_driver structure

The uvc_driver structure used to contain more fields, but those got
removed in commit ba2fa99668bb ("[media] uvcvideo: Hardcode the
index/selector relationship for XU controls"). The structure is now just
a wrapper around usb_driver. Drop it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/usb/uvc/uvc_driver.c
drivers/media/usb/uvc/uvcvideo.h