On Tue, Nov 03, 2020 at 11:36:54AM +0100, Thomas Zimmermann wrote:
> DRM drivers for USB devices can share a few helpers. It's currently only
> a function to retrieve the USB device's structure from the DRM device.
>
> Putting this code next to the DRM device would make all of DRM depend on
> USB
DRM drivers for USB devices can share a few helpers. It's currently only
a function to retrieve the USB device's structure from the DRM device.
Putting this code next to the DRM device would make all of DRM depend on
USB headers. So it's in a separate header file.
Signed-off-by: Thomas Zimmermann