• Stephen Boyd's avatar
    driver-core: platform: Add platform_irq_count() · 4b83555d
    Stephen Boyd authored
    A recent patch added calls to of_irq_count() in the qcom pinctrl
    drivers and that caused module build failures because
    of_irq_count() is not an exported symbol. We shouldn't export
    of_irq_count() to modules because it's an internal OF API that
    shouldn't be used by drivers. Platform drivers should use
    platform device APIs instead. Therefore, add a platform_irq_count()
    API that mirrors the of_irq_count() API so that platform drivers
    can stay DT agnostic.
    
    Cc: Andy Gross <andy.gross@linaro.org>
    Acked-by: default avatarRob Herring <robh@kernel.org>
    Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org
    Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
    Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
    4b83555d
platform.c 35.3 KB