]> git.ipfire.org Git - thirdparty/linux.git/commit
USB: serial: xr: add missing uaccess include
authorJohan Hovold <johan@kernel.org>
Mon, 11 May 2026 07:14:43 +0000 (09:14 +0200)
committerJohan Hovold <johan@kernel.org>
Mon, 11 May 2026 07:34:04 +0000 (09:34 +0200)
commit02ea02a31e963bf3cb032badfd82d385a6921103
treee876eed045c66a4e9ff385e14811ca5614af0a66
parent718f4416f0dae38d993996b527523fb5f91c76a0
USB: serial: xr: add missing uaccess include

Add the missing uaccess.h include, which is needed since TIOCSRS485
support was added, instead of relying on the header being included
indirectly.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/xr_serial.c