• Rob Herring's avatar
    gpio: pl061: remove combined interrupt · 2de0dbc5
    Rob Herring authored
    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: default avatarRob Herring <rob.herring@calxeda.com>
    Reviewed-by: default avatarViresh Kumar <viresh.kumar@st.com>
    Cc: Rajeev Kumar <rajeev-dlh.kumar@st.com>
    Acked-by: default avatarBaruch Siach <baruch@tkos.co.il>
    Cc: Linus Walleij <linus.walleij@linaro.org>
    Cc: Grant Likely <grant.likely@secretlab.ca>
    2de0dbc5
gpio-pl061.c 7.52 KB