• Arnd Bergmann's avatar
    irqchip: exynos: allocate combiner_data dynamically · d34f03d4
    Arnd Bergmann authored
    The number of combiners on a given SoC is a platform specific
    constant, and we cannot encode this number on a multiplatform
    kernel since the header file defining it is not available.
    
    Allocating the structure dynamically ends up cleaner anyway
    since we keep all the data local.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    d34f03d4
exynos-combiner.c 6.66 KB