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

Commit c045e3f1 authored by Shawn Guo's avatar Shawn Guo
Browse files

ARM: imx: include iram.h rather than mach/iram.h



Rename mach-imx/include/mach/iram.h to mach-imx/iram.h, and update users
to include iram.h rather than mach/iram.h.

Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
Acked-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 17c342ae
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@
#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/genalloc.h>
#include <mach/iram.h>

#include "iram.h"

static unsigned long iram_phys_base;
static void __iomem *iram_virt_base;