mirror of https://gitee.com/openkylin/linux.git
bf609: bfin_crc: Remove unused CRC TX DMA platform resources.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Bob Liu <lliubbo@gmail.com>
This commit is contained in:
parent
7546eb0d06
commit
a75b3c06c1
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue