[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead

Remove includes of asm/hardware.h in addition to asm/arch/hardware.h.
Then, since asm/hardware.h only exists to include asm/arch/hardware.h,
update everything to directly include asm/arch/hardware.h and remove
asm/hardware.h.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
这个提交包含在:
Russell King
2008-08-04 10:41:28 +01:00
提交者 Russell King
父节点 0f8469a54f
当前提交 be50972935
修改 620 个文件,包含 617 行新增640 行删除

查看文件

@@ -31,7 +31,7 @@
#include <asm/setup.h>
#include <asm/page.h>
#include <asm/hardware.h>
#include <asm/arch/hardware.h>
#include <asm/gpio.h>
#include <asm/mach-types.h>