提交 a6de3df4 编写于 作者: R 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: NRyan Mallon <rmallon@gmail.com>
Reviewed-by: NMika Westerberg <mika.westerberg@iki.fi>
Acked-by: NHartley Sweeten <hsweeten@visionengravers.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册