From: Johan Hovold Date: Mon, 11 May 2026 07:14:43 +0000 (+0200) Subject: USB: serial: xr: add missing uaccess include X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02ea02a31e963bf3cb032badfd82d385a6921103;p=thirdparty%2Flinux.git 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 Signed-off-by: Johan Hovold --- diff --git a/drivers/usb/serial/xr_serial.c b/drivers/usb/serial/xr_serial.c index 9fc4082de7701..352c765d88034 100644 --- a/drivers/usb/serial/xr_serial.c +++ b/drivers/usb/serial/xr_serial.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include