gpio: tc3589x: get rid of static IRQ base
The static IRQ base is not used on any platforms with this chip (only Ux500). Get rid of it forever, and rely on dynamic IRQ descriptor allocation. Cc: Samuel Ortiz <sameo@linux.intel.com> Cc: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
@@ -111,7 +111,6 @@ enum tx3589x_block {
|
||||
#define TC3589x_INT_PORIRQ 7
|
||||
|
||||
#define TC3589x_NR_INTERNAL_IRQS 8
|
||||
#define TC3589x_INT_GPIO(x) (TC3589x_NR_INTERNAL_IRQS + (x))
|
||||
|
||||
struct tc3589x {
|
||||
struct mutex lock;
|
||||
|
Reference in New Issue
Block a user