Commit a6de3df4 authored by Ryan Mallon's avatar Ryan Mallon

ep93xx: Remove unnecessary includes of ep93xx-regs.h

Remove the include of ep93xx-regs.h from files which no longer need
it, notably include/mach/hardware.h.
Signed-off-by: default avatarRyan Mallon <rmallon@gmail.com>
Reviewed-by: default avatarMika Westerberg <mika.westerberg@iki.fi>
Acked-by: default avatarHartley Sweeten <hsweeten@visionengravers.com>
parent 9aeec63e
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/io.h> #include <linux/io.h>
#include <mach/ep93xx-regs.h>
#include <asm/thread_notify.h> #include <asm/thread_notify.h>
#include "soc.h" #include "soc.h"
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
#ifndef __ASM_ARCH_HARDWARE_H #ifndef __ASM_ARCH_HARDWARE_H
#define __ASM_ARCH_HARDWARE_H #define __ASM_ARCH_HARDWARE_H
#include <mach/ep93xx-regs.h>
#include <mach/platform.h> #include <mach/platform.h>
/* /*
......
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
#ifndef _EP93XX_SOC_H #ifndef _EP93XX_SOC_H
#define _EP93XX_SOC_H #define _EP93XX_SOC_H
#include <mach/ep93xx-regs.h>
/* /*
* EP93xx Physical Memory Map: * EP93xx Physical Memory Map:
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment