1
0
Fork 0

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

Rename mach-imx/include/mach/iim.h to mach-imx/iim.h, and update users
to include iim.h rather than mach/iim.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>
hifive-unleashed-5.1
Shawn Guo 2012-09-13 21:18:39 +08:00
parent e29248c9a7
commit 17c342ae23
4 changed files with 5 additions and 3 deletions

View File

@ -12,7 +12,8 @@
#include <linux/module.h>
#include <linux/io.h>
#include <mach/hardware.h>
#include <mach/iim.h>
#include "iim.h"
static int mx25_cpu_rev = -1;

View File

@ -12,9 +12,9 @@
#include <linux/module.h>
#include <linux/io.h>
#include <mach/hardware.h>
#include <mach/iim.h>
#include "common.h"
#include "iim.h"
static int mx31_cpu_rev = -1;

View File

@ -11,7 +11,8 @@
#include <linux/module.h>
#include <linux/io.h>
#include <mach/hardware.h>
#include <mach/iim.h>
#include "iim.h"
static int mx35_cpu_rev = -1;