From: Cai Huoqing <cai.huoqing@linux.dev>
To: cai.huoqing@linux.dev
Cc: Oded Gabbay <ogabbay@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org
Subject: [PATCH] habanalabs: Remove unused enum member DMA_SRAM_TO_SRAM
Date: Tue, 11 Jan 2022 19:47:22 +0800 [thread overview]
Message-ID: <20220111114724.7987-1-cai.huoqing@linux.dev> (raw)
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@linux.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
next reply other threads:[~2022-01-11 11:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-11 11:47 Cai Huoqing [this message]
2022-01-23 14:43 ` [PATCH] habanalabs: Remove unused enum member DMA_SRAM_TO_SRAM Oded Gabbay
2022-01-23 15:04 ` Greg Kroah-Hartman
2022-01-23 16:01 ` Oded Gabbay
2022-01-23 16:08 ` Greg Kroah-Hartman
2022-01-23 16:11 ` Oded Gabbay
2022-01-23 16:17 ` Greg Kroah-Hartman
2022-01-23 16:24 ` Oded Gabbay
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220111114724.7987-1-cai.huoqing@linux.dev \
--to=cai.huoqing@linux.dev \
--cc=arnd@arndb.de \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ogabbay@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox