gpio: pl061: remove combined interrupt
commit2de0dbc5f6830e7659083d1929f57cb88b16a3b6
authorRob Herring <rob.herring@calxeda.com>
Wed, 4 Jan 2012 16:36:07 +0000 (4 10:36 -0600)
committerRob Herring <rob.herring@calxeda.com>
Thu, 5 Jan 2012 14:47:27 +0000 (5 08:47 -0600)
treed33e2c6bc9ebeb1241aacb97bde57cfa0f4f8fd2
parent3ab52475447641a6facf6ee5450bea24e477b811
gpio: pl061: remove combined interrupt

Drivers should not have a dependency on NR_IRQS. Doing so may break with
SPARSE_IRQ enabled. As there are no in kernel users of the pl061 which
have multiple instances with their interrupts combined to a single parent
interrupt, remove this functionality. If this capability is needed later,
it could be supported more cleanly by just using a devicetree property.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Reviewed-by: Viresh Kumar <viresh.kumar@st.com>
Cc: Rajeev Kumar <rajeev-dlh.kumar@st.com>
Acked-by: Baruch Siach <baruch@tkos.co.il>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Grant Likely <grant.likely@secretlab.ca>
drivers/gpio/gpio-pl061.c