Commit a75b3c06 authored by Sonic Zhang's avatar Sonic Zhang Committed by Bob Liu

bf609: bfin_crc: Remove unused CRC TX DMA platform resources.

Signed-off-by: default avatarSonic Zhang <sonic.zhang@analog.com>
Signed-off-by: default avatarBob Liu <lliubbo@gmail.com>
parent 7546eb0d
......@@ -967,11 +967,6 @@ static struct resource bfin_crypto_crc_resources[] = {
.end = CH_MEM_STREAM0_SRC_CRC0,
.flags = IORESOURCE_DMA,
},
{
.start = CH_MEM_STREAM0_DEST_CRC0,
.end = CH_MEM_STREAM0_DEST_CRC0,
.flags = IORESOURCE_DMA,
},
};
static struct platform_device bfin_crypto_crc_device = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment