projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7546eb0
)
bf609: bfin_crc: Remove unused CRC TX DMA platform resources.
author
Sonic Zhang
<sonic.zhang@analog.com>
Thu, 24 May 2012 09:40:36 +0000
(17:40 +0800)
committer
Bob Liu
<lliubbo@gmail.com>
Tue, 24 Jul 2012 05:39:48 +0000
(13:39 +0800)
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
arch/blackfin/mach-bf609/boards/ezkit.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/mach-bf609/boards/ezkit.c
b/arch/blackfin/mach-bf609/boards/ezkit.c
index 3064097b1503f2512cc1f0252e1249618b21c753..adc08e18dbc1362e62fb01329565cf124357cc20 100644
(file)
--- a/
arch/blackfin/mach-bf609/boards/ezkit.c
+++ b/
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 = {