Skip to content

Commit

Permalink
ARM: imx: include iim.h rather than mach/iim.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shawn Guo committed Oct 15, 2012
1 parent e29248c commit 17c342a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion arch/arm/mach-imx/cpu-imx25.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-imx/cpu-imx31.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
3 changes: 2 additions & 1 deletion arch/arm/mach-imx/cpu-imx35.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
File renamed without changes.

0 comments on commit 17c342a

Please sign in to comment.