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

Commit d91f2cbe authored by Shinya Kuribayashi's avatar Shinya Kuribayashi Committed by Ralf Baechle
Browse files

MIPS: EMMA: Move <asm/emma2rh> to <asm/emma> dir



We'll put all EMMA related headers there in the future.

Signed-off-by: default avatarShinya Kuribayashi <shinya.kuribayashi@necel.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent f27655e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
#include <asm/addrspace.h>
#include <asm/bootinfo.h>

#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>

/*
 * the first level int-handler will jump here if it is a emma2rh irq
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@

#include <asm/debug.h>

#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>

/* number of total irqs supported by EMMA2RH */
#define	NUM_EMMA2RH_IRQ		96
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@

#include <asm/addrspace.h>
#include <asm/bootinfo.h>
#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>

const char *get_system_type(void)
{
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
#include <asm/addrspace.h>
#include <asm/bootinfo.h>

#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>

/*
 * IRQ mapping
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
#include <linux/ptrace.h>

#include <asm/debug.h>
#include <asm/emma2rh/emma2rh.h>
#include <asm/emma/emma2rh.h>

static int emma2rh_sw_irq_base = -1;
static int emma2rh_gpio_irq_base = -1;
Loading