aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorLad, Prabhakar <prabhakar.csengg@gmail.com>2013-11-21 23:45:28 +0530
committerSekhar Nori <nsekhar@ti.com>2013-12-26 00:02:11 +0530
commitd3422a18dbc4a8aa1d430828b39e48d6c91f1791 (patch)
tree3bae6af0917c23533d841e9efe8144f6a25d8d5e /include/linux/platform_data
parentgpio: davinci: convert to use irqdomain support. (diff)
downloadlinux-dev-d3422a18dbc4a8aa1d430828b39e48d6c91f1791.tar.xz
linux-dev-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 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/gpio-davinci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/gpio-davinci.h b/include/linux/platform_data/gpio-davinci.h
index 0c3551bb671f..fbe2f7535741 100644
--- a/include/linux/platform_data/gpio-davinci.h
+++ b/include/linux/platform_data/gpio-davinci.h
@@ -28,7 +28,6 @@ enum davinci_gpio_type {
struct davinci_gpio_platform_data {
u32 ngpio;
u32 gpio_unbanked;
- u32 intc_irq_num;
};