diff options
author | Rob Herring <rob.herring@calxeda.com> | 2011-12-09 14:11:41 -0600 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-01-04 10:10:19 -0600 |
commit | f2ab2ba09e081fbce068c0adc205ad3f25a3b626 (patch) | |
tree | a4979bbc2bd70534cc24b15a17e897fa36ad462e /include/linux/amba | |
parent | dece904d74800d109f1bb06b55758169b1bcc140 (diff) | |
download | linux-3.10-f2ab2ba09e081fbce068c0adc205ad3f25a3b626.tar.gz linux-3.10-f2ab2ba09e081fbce068c0adc205ad3f25a3b626.tar.bz2 linux-3.10-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')
-rw-r--r-- | include/linux/amba/pl061.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/amba/pl061.h b/include/linux/amba/pl061.h index 2412af944f1..fb83c045348 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; |