git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10b3e22
)
dmaengine: mmp-tdma: don't include mach/regs-icu.h
author
Arnd Bergmann
<arnd@arndb.de>
Tue, 13 Jan 2015 13:25:19 +0000
(14:25 +0100)
committer
Vinod Koul
<vinod.koul@intel.com>
Tue, 13 Jan 2015 15:50:10 +0000
(21:20 +0530)
The mmp tdma driver does not actually require this header, and
we want to enable multiplatform support for MMP, which would
make it inaccessible and cause a build error.
This patch just removes the old #include.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
No differences found