aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/mach-mx31ads.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx3/mach-mx31ads.c')
-rw-r--r--arch/arm/mach-mx3/mach-mx31ads.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mx3/mach-mx31ads.c b/arch/arm/mach-mx3/mach-mx31ads.c
index 14e76711162f..4e4b780c481d 100644
--- a/arch/arm/mach-mx3/mach-mx31ads.c
+++ b/arch/arm/mach-mx3/mach-mx31ads.c
@@ -144,7 +144,7 @@ static void mx31ads_expio_irq_handler(u32 irq, struct irq_desc *desc)
144 144
145/* 145/*
146 * Disable an expio pin's interrupt by setting the bit in the imr. 146 * Disable an expio pin's interrupt by setting the bit in the imr.
147 * @param irq an expio virtual irq number 147 * @param d an expio virtual irq description
148 */ 148 */
149static void expio_mask_irq(struct irq_data *d) 149static void expio_mask_irq(struct irq_data *d)
150{ 150{
@@ -156,7 +156,7 @@ static void expio_mask_irq(struct irq_data *d)
156 156
157/* 157/*
158 * Acknowledge an expanded io pin's interrupt by clearing the bit in the isr. 158 * Acknowledge an expanded io pin's interrupt by clearing the bit in the isr.
159 * @param irq an expanded io virtual irq number 159 * @param d an expio virtual irq description
160 */ 160 */
161static void expio_ack_irq(struct irq_data *d) 161static void expio_ack_irq(struct irq_data *d)
162{ 162{
@@ -167,7 +167,7 @@ static void expio_ack_irq(struct irq_data *d)
167 167
168/* 168/*
169 * Enable a expio pin's interrupt by clearing the bit in the imr. 169 * Enable a expio pin's interrupt by clearing the bit in the imr.
170 * @param irq a expio virtual irq number 170 * @param d an expio virtual irq description
171 */ 171 */
172static void expio_unmask_irq(struct irq_data *d) 172static void expio_unmask_irq(struct irq_data *d)
173{ 173{