diff options
| author | Michael Grzeschik <[email protected]> | 2023-01-27 00:14:54 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-01-31 09:40:42 +0100 |
| commit | 466be4c9a6f0b7810991b4ac6c3e55345ea63954 (patch) | |
| tree | 596ab8d7a77d86c2b96cc6272a572f4b75532716 /tools/perf/scripts/python/stackcollapse.py | |
| parent | e1d5d71d189f290343fb1f18eecf77335c5d1ef3 (diff) | |
usb: uvc: move uvc_fmts and uvc_format_by_guid to own compile unit
The media driver USB_VIDEO_CLASS and USB_F_UVC are using the same
function uvc_format_by_guid. Since the function is inline, every user
will get a copy of the used uvc_fmts array and the function. This patch
moves the code to an own compile unit and add this dependency as
UVC_COMMON to both users.
Reviewed-by: Laurent Pinchart <[email protected]>
Reviewed-by: Daniel Scally <[email protected]>
Tested-by: Daniel Scally <[email protected]>
Signed-off-by: Michael Grzeschik <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions