]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dmaengine: ioatdma: make some sysfs structures static
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 4 Mar 2026 21:44:37 +0000 (22:44 +0100)
committerVinod Koul <vkoul@kernel.org>
Mon, 9 Mar 2026 07:28:21 +0000 (08:28 +0100)
commit0124b354a4dbea1f924adb2355db21d29bd2a5fd
tree2a1b7ad25df6ce8988411feb82a45f3ca8fb1f85
parentc8e9b1d9febc83ee94944695a07cfd40a1b29743
dmaengine: ioatdma: make some sysfs structures static

These structures are only used in sysfs.c, where are defined.

Make them static and remove them from the header.

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-1-b9b82651219b@weissschuh.net
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/ioat/dma.h
drivers/dma/ioat/sysfs.c