[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220111114724.7987-1-cai.huoqing@linux.dev>
Date: Tue, 11 Jan 2022 19:47:22 +0800
From: Cai Huoqing <cai.huoqing@...ux.dev>
To: cai.huoqing@...ux.dev
Cc: Oded Gabbay <ogabbay@...nel.org>, Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH] habanalabs: Remove unused enum member DMA_SRAM_TO_SRAM
The driver don't support the SRAM-to-SRAM translation of DMA,
so remove 'DMA_SRAM_TO_SRAM'.
Signed-off-by: Cai Huoqing <cai.huoqing@...ux.dev>
---
drivers/misc/habanalabs/include/goya/goya_packets.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/misc/habanalabs/include/goya/goya_packets.h b/drivers/misc/habanalabs/include/goya/goya_packets.h
index ef54bad20509..25fbebdc6143 100644
--- a/drivers/misc/habanalabs/include/goya/goya_packets.h
+++ b/drivers/misc/habanalabs/include/goya/goya_packets.h
@@ -36,7 +36,6 @@ enum goya_dma_direction {
DMA_SRAM_TO_HOST,
DMA_DRAM_TO_HOST,
DMA_DRAM_TO_DRAM,
- DMA_SRAM_TO_SRAM,
DMA_ENUM_MAX
};
--
2.25.1
Powered by blists - more mailing lists