Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5de3dc2 authored by Mattias Wallin's avatar Mattias Wallin Committed by Linus Walleij
Browse files

mach-ux500: AB8500 irqs is taken from header file



This patch removes the dublicated define for number of
interrupts and instead include the needed header file.

Signed-off-by: default avatarMattias Wallin <mattias.wallin@stericsson.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@stericsson.com>
parent fcbd458e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@
#ifndef __MACH_IRQS_BOARD_MOP500_H
#define __MACH_IRQS_BOARD_MOP500_H

#define AB8500_NR_IRQS			104
/* Number of AB8500 irqs is taken from header file */
#include <linux/mfd/ab8500.h>

#define MOP500_AB8500_IRQ_BASE		IRQ_BOARD_START
#define MOP500_AB8500_IRQ_END		(MOP500_AB8500_IRQ_BASE \