]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dmaengine: ioatdma: move sysfs entry definition out of header
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 4 Mar 2026 21:44:38 +0000 (22:44 +0100)
committerVinod Koul <vkoul@kernel.org>
Mon, 9 Mar 2026 07:28:21 +0000 (08:28 +0100)
commitbc94ca718f85f1caa40bea31ea63b52278d9d0cb
tree112845bf49883413c8eeab4689544a73e8aa56d9
parent0124b354a4dbea1f924adb2355db21d29bd2a5fd
dmaengine: ioatdma: move sysfs entry definition out of header

Move struct ioat_sysfs_entry into sysfs.c because it is only used in it.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Dave Jiang <dave.jiang@intel.com>
Link: https://patch.msgid.link/20260304-sysfs-const-ioat-v2-2-b9b82651219b@weissschuh.net
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/ioat/dma.h
drivers/dma/ioat/sysfs.c