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

Commit e87addec authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Sekhar Nori
Browse files

ARM: davinci: select SPARSE_IRQ



Everything is in place now for SPARSE_IRQ. Select it and set
DAVINCI_INTC_START to NR_IRQS.

We now need to include mach/irqs.h in a couple places as it is no
longer indirectly included after selecting SPARSE_IRQ.

Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: default avatarDavid Lechner <david@lechnology.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent a98ca73e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -595,6 +595,7 @@ config ARCH_DAVINCI
	select PM_GENERIC_DOMAINS if PM
	select PM_GENERIC_DOMAINS_OF if PM && OF
	select RESET_CONTROLLER
	select SPARSE_IRQ
	select USE_OF
	select ZONE_DMA
	help
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#include <asm/mach/arch.h>

#include <mach/common.h>
#include <mach/irqs.h>
#include "cp_intc.h"
#include <mach/mux.h>
#include <mach/da8xx.h>
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@
#include "cp_intc.h"
#include <mach/da8xx.h>
#include <mach/mux.h>
#include <mach/irqs.h>
#include "sram.h"

#include <asm/mach-types.h>
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#include <asm/mach/arch.h>

#include <mach/common.h>
#include <mach/irqs.h>
#include <linux/platform_data/i2c-davinci.h>
#include <mach/serial.h>
#include <mach/mux.h>
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
#include <mach/cputype.h>
#include <mach/da8xx.h>
#include <mach/time.h>
#include <mach/irqs.h>

#include "asp.h"
#include "cpuidle.h"
Loading