summaryrefslogtreecommitdiffstats
path: root/include/linux/amba/pl061.h
diff options
context:
space:
mode:
authorRob Herring2011-12-09 21:11:41 +0100
committerRob Herring2012-01-04 17:10:19 +0100
commitf2ab2ba09e081fbce068c0adc205ad3f25a3b626 (patch)
treea4979bbc2bd70534cc24b15a17e897fa36ad462e /include/linux/amba/pl061.h
parentgpio: pl061: use chained_irq_* functions in irq handler (diff)
downloadkernel-qcow2-linux-f2ab2ba09e081fbce068c0adc205ad3f25a3b626.tar.gz
kernel-qcow2-linux-f2ab2ba09e081fbce068c0adc205ad3f25a3b626.tar.xz
kernel-qcow2-linux-f2ab2ba09e081fbce068c0adc205ad3f25a3b626.zip
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/pl061.h')
-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 {
unsigned gpio_base;
/* number of the first IRQ.
- * If the IRQ functionality in not desired this must be set to NO_IRQ.
+ * If the IRQ functionality in not desired this must be set to 0.
*/
unsigned irq_base;