Re: [PATCH net-next] net: usb: int51x1: remove unused includes
From: Ethan Nelson-Moore <hidden>
Date: 2026-01-28 02:11:57
Also in:
linux-usb
From: Ethan Nelson-Moore <hidden>
Date: 2026-01-28 02:11:57
Also in:
linux-usb
On Tue, Jan 27, 2026 at 6:01 PM Jakub Kicinski [off-list ref] wrote:
$ git grep 'struct usb_driver {'
include/linux/usb.h:struct usb_driver {Good point. I'll try to avoid introducing indirect header dependencies in the future.
Please do not send v2 of this one.
Understandable. This kind of trivial cleanup isn't really necessary anyway; I just happened to notice the unused includes. Ethan