]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dmaengine: Remove device_prep_dma_imm_data from struct dma_device
authorNathan Lynch <nathan.lynch@amd.com>
Mon, 10 Feb 2025 23:29:11 +0000 (17:29 -0600)
committerVinod Koul <vkoul@kernel.org>
Mon, 10 Mar 2025 21:02:00 +0000 (02:32 +0530)
commitb9014a10bdb8e967d85819f5ef61e6f80d0b46c9
treef97c7d4f97dc0bec30cf8cac83a478b2b8dd4985
parente7240aba2053d437a661d946b3d413f310138a45
dmaengine: Remove device_prep_dma_imm_data from struct dma_device

The device_prep_dma_imm_data() method isn't implemented or invoked by
any code since commit 80ade22c06ca ("misc: mic: remove the MIC drivers").

Remove it, shrinking struct dma_device by a few bytes.

Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
Link: https://lore.kernel.org/r/20250210-dmaengine-drop-imm-data-v1-1-e017766da2fa@amd.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
include/linux/dmaengine.h