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

Commit 32580ae7 authored by Markos Chandras's avatar Markos Chandras Committed by James Hogan
Browse files

metag/kernel/irq.c: Declare root_domain as static



It is only referenced within the irq.c file, so restrict it's scope
as appropriate.

Signed-off-by: default avatarMarkos Chandras <markos.chandras@imgtec.com>
Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
parent cf070532
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ static union irq_ctx *hardirq_ctx[NR_CPUS] __read_mostly;
static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly;
#endif

struct irq_domain *root_domain;
static struct irq_domain *root_domain;

static unsigned int startup_meta_irq(struct irq_data *data)
{