aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/amba
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2011-12-09 15:11:41 -0500
committerRob Herring <rob.herring@calxeda.com>2012-01-04 11:10:19 -0500
commitf2ab2ba09e081fbce068c0adc205ad3f25a3b626 (patch)
treea4979bbc2bd70534cc24b15a17e897fa36ad462e /include/linux/amba
parentdece904d74800d109f1bb06b55758169b1bcc140 (diff)
gpio: pl061: convert to use 0 for no irq
We don't want drivers using NO_IRQ, so remove its use. For now, 0 or -1 means no irq until platforms are converted to use 0. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Cc: Linus Walleij <linus.ml.walleij@gmail.com>
Diffstat (limited to 'include/linux/amba')
-rw-r--r--include/linux/amba/pl061.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/amba/pl061.h b/include/linux/amba/pl061.h
index 2412af944f1f..fb83c0453489 100644
--- a/include/linux/amba/pl061.h
+++ b/include/linux/amba/pl061.h
@@ -7,7 +7,7 @@ struct pl061_platform_data {
7 unsigned gpio_base; 7 unsigned gpio_base;
8 8
9 /* number of the first IRQ. 9 /* number of the first IRQ.
10 * If the IRQ functionality in not desired this must be set to NO_IRQ. 10 * If the IRQ functionality in not desired this must be set to 0.
11 */ 11 */
12 unsigned irq_base; 12 unsigned irq_base;
13 13