diff options
author | Lad, Prabhakar <prabhakar.csengg@gmail.com> | 2013-11-21 19:15:28 +0100 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2013-12-25 19:32:11 +0100 |
commit | d3422a18dbc4a8aa1d430828b39e48d6c91f1791 (patch) | |
tree | 3bae6af0917c23533d841e9efe8144f6a25d8d5e /arch/arm/mach-davinci/da830.c | |
parent | gpio: davinci: convert to use irqdomain support. (diff) | |
download | linux-d3422a18dbc4a8aa1d430828b39e48d6c91f1791.tar.xz linux-d3422a18dbc4a8aa1d430828b39e48d6c91f1791.zip |
gpio: davinci: remove unused variable intc_irq_num
As the davinci-gpio driver is migrated to use irqdomain
there is no need to pass the irq base for the gpio driver.
This patch removes this variable from davinci_gpio_platform_data
and also the refrences from the machine file.
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/da830.c')
-rw-r--r-- | arch/arm/mach-davinci/da830.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/da830.c b/arch/arm/mach-davinci/da830.c index 0813b5167e05..fb720356d047 100644 --- a/arch/arm/mach-davinci/da830.c +++ b/arch/arm/mach-davinci/da830.c @@ -1153,7 +1153,6 @@ static struct davinci_id da830_ids[] = { static struct davinci_gpio_platform_data da830_gpio_platform_data = { .ngpio = 128, - .intc_irq_num = DA830_N_CP_INTC_IRQ, }; int __init da830_register_gpio(void) |