projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bbc6fc
)
omap iommu: update ducati mmu irq define name
author
Kanigeri, Hari
<h-kanigeri2@ti.com>
Fri, 14 May 2010 22:55:41 +0000
(22:55 +0000)
committer
Hiroshi DOYU
<Hiroshi.DOYU@nokia.com>
Tue, 29 Jun 2010 04:55:08 +0000
(07:55 +0300)
2.6.34-rc6 kernel has the Ducati mmu irq define name changed, which is
resulting in compilation error.
Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
arch/arm/mach-omap2/omap-iommu.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/omap-iommu.c
b/arch/arm/mach-omap2/omap-iommu.c
index eb9bee73e0cb6cad0e23dcfacdcc5e8f354cd8bd..f5a1aad1a5c0e45be50291a1ab017c120f5a8962 100644
(file)
--- a/
arch/arm/mach-omap2/omap-iommu.c
+++ b/
arch/arm/mach-omap2/omap-iommu.c
@@
-59,7
+59,7
@@
static struct platform_device *omap3_iommu_pdev[NR_OMAP3_IOMMU_DEVICES];
static struct iommu_device omap4_devices[] = {
{
.base = OMAP4_MMU1_BASE,
- .irq =
INT_44XX_DUCATI_MMU_IRQ
,
+ .irq =
OMAP44XX_IRQ_DUCATI_MMU
,
.pdata = {
.name = "ducati",
.nr_tlb_entries = 32,