]> git.ipfire.org Git - thirdparty/linux.git/commit
USB: serial: add missing atomic includes
authorJohan Hovold <johan@kernel.org>
Mon, 11 May 2026 07:14:47 +0000 (09:14 +0200)
committerJohan Hovold <johan@kernel.org>
Mon, 11 May 2026 07:34:21 +0000 (09:34 +0200)
commitf0fc120c707bf6ccc8f6b8065b25fde4592f104f
treea7389d770f24b6113166160a778cd96fdabd47e8
parent7f5d66d4b458c2141dfe49c6d5961b49079161ba
USB: serial: add missing atomic includes

Add the missing atomic.h include to the two driver that use it but did
not include it directly.

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