]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
usb: endpoint: drop custom sysfs attribute structure
authorThomas Weißschuh <linux@weissschuh.net>
Mon, 23 Feb 2026 21:20:33 +0000 (22:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Mar 2026 14:48:20 +0000 (15:48 +0100)
commitd6a093c3bf0e4e073b87022ac34b261979325228
treed0adb349d3d9c6de7dd6c41ec4ef4036f3c56d47
parentec53fe37a56044a1a8e7751d05b13385fb30741f
usb: endpoint: drop custom sysfs attribute structure

Nowadays the USB endpoints use device attributes,
so the custom structure is unused.

Drop it.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://patch.msgid.link/20260223-sysfs-const-usb-v1-1-54c4434d83c8@weissschuh.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/endpoint.c