aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2011-10-25 22:29:03 -0700
committerSimon Wilson <simonwilson@google.com>2011-11-08 15:03:45 -0800
commit0161740c702acea52b6c5507bf0d6f3c22e4a5c4 (patch)
tree24d23b4af6f088640af7d5fcc93b23dc4743fb34 /arch/arm/mach-omap2/omap_hwmod_44xx_data.c
parent2aa2f1fa18790a410691aedd418369327d006e12 (diff)
downloadkernel_samsung_tuna-0161740c702acea52b6c5507bf0d6f3c22e4a5c4.zip
kernel_samsung_tuna-0161740c702acea52b6c5507bf0d6f3c22e4a5c4.tar.gz
kernel_samsung_tuna-0161740c702acea52b6c5507bf0d6f3c22e4a5c4.tar.bz2
OMAP4: hwmod: McASP has only one irq
Clean up the hwmod structure for McASP irq Change-Id: I4d8359c9d264ffa056872a44816b0e34d11915be Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_44xx_data.c')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index 12f729d..08c7b3e 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -3685,8 +3685,7 @@ static struct omap_hwmod_class omap44xx_mcasp_hwmod_class = {
/* mcasp */
static struct omap_hwmod omap44xx_mcasp_hwmod;
static struct omap_hwmod_irq_info omap44xx_mcasp_irqs[] = {
- { .name = "tx", .irq = 109 + OMAP44XX_IRQ_GIC_START },
- { .name = "rx", .irq = 0 },
+ { .irq = 109 + OMAP44XX_IRQ_GIC_START },
};
static struct omap_hwmod_dma_info omap44xx_mcasp_sdma_reqs[] = {