Browse Source

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>
Sonic Zhang 13 years ago
parent
commit
a75b3c06c1
1 changed files with 0 additions and 5 deletions
  1. 0 5
      arch/blackfin/mach-bf609/boards/ezkit.c

+ 0 - 5
arch/blackfin/mach-bf609/boards/ezkit.c

@@ -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 = {