Skip to content

Commit

Permalink
bf609: bfin_crc: Remove unused CRC TX DMA platform resources.
Browse files Browse the repository at this point in the history
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
  • Loading branch information
Sonic Zhang authored and Bob Liu committed Jul 24, 2012
1 parent 7546eb0 commit a75b3c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/blackfin/mach-bf609/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit a75b3c0

Please sign in to comment.