projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82ba612
)
ARM: edma: Remove queue_tc_mapping data from edma_soc_info
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Fri, 16 May 2014 12:17:12 +0000
(15:17 +0300)
committer
Sekhar Nori
<nsekhar@ti.com>
Thu, 22 May 2014 08:56:27 +0000
(14:26 +0530)
It is no longer in use by the driver or board files.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
include/linux/platform_data/edma.h
patch
|
blob
|
history
diff --git
a/include/linux/platform_data/edma.h
b/include/linux/platform_data/edma.h
index 12f134b1493c40e94a743c0772b93a9b199b40fa..633e196ebdf2e53084d42e0e3e7e011ac49264b0 100644
(file)
--- a/
include/linux/platform_data/edma.h
+++ b/
include/linux/platform_data/edma.h
@@
-175,7
+175,6
@@
struct edma_soc_info {
/* Resource reservation for other cores */
struct edma_rsv_info *rsv;
- s8 (*queue_tc_mapping)[2];
s8 (*queue_priority_mapping)[2];
const s16 (*xbar_chans)[2];
};