Skip to content

Commit

Permalink
ARM: imx: include iram.h rather than mach/iram.h
Browse files Browse the repository at this point in the history
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: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Shawn Guo committed Oct 15, 2012
1 parent 17c342a commit c045e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion arch/arm/mach-imx/iram_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c045e3f

Please sign in to comment.