diff options
author | Kanigeri, Hari <h-kanigeri2@ti.com> | 2010-05-14 22:55:41 +0000 |
---|---|---|
committer | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | 2010-06-29 07:55:08 +0300 |
commit | 1fd7f467127fcaea490451052fea22f234bbb206 (patch) | |
tree | c0bb5892d2fde033ca353c00f5b09709e5b63d9a /arch/arm/mach-omap2 | |
parent | 0bbc6fcff6f34ee9cc388d1abc811ac09bf0ddaf (diff) | |
download | kernel_samsung_espresso10-1fd7f467127fcaea490451052fea22f234bbb206.zip kernel_samsung_espresso10-1fd7f467127fcaea490451052fea22f234bbb206.tar.gz kernel_samsung_espresso10-1fd7f467127fcaea490451052fea22f234bbb206.tar.bz2 |
omap iommu: update ducati mmu irq define name
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>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/omap-iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap-iommu.c b/arch/arm/mach-omap2/omap-iommu.c index eb9bee7..f5a1aad 100644 --- 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, |