]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dmaengine: idxd: Move DSA/IAA device IDs to IDXD driver
authorFenghua Yu <fenghua.yu@intel.com>
Fri, 18 Oct 2024 21:37:25 +0000 (14:37 -0700)
committerVinod Koul <vkoul@kernel.org>
Mon, 21 Oct 2024 17:02:39 +0000 (22:32 +0530)
commit3e482e2840546a3ff725d5adf8d0779ac1c3cf4f
tree872f59c12555b67a126d907f223773e251a8adfd
parente7a614cc8847f469370ea29604be966ee16f07e9
dmaengine: idxd: Move DSA/IAA device IDs to IDXD driver

Since the DSA/IAA device IDs are only used by the IDXD driver, there is
no need to define them as public IDs. Move their definitions to the IDXD
driver to limit their scope. This change helps reduce unnecessary
exposure of the device IDs in the global space, making the codebase
cleaner and better encapsulated.

There is no functional change.

Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Link: https://lore.kernel.org/r/20241018213725.4167413-1-fenghua.yu@intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/idxd/registers.h
include/linux/pci_ids.h