ARM: integrator: localize the hardware.h header

As we move toward multiplatform support for the Integrator family
we need to localize all <mach/*> headers. This moves the hardware.h
header down to the machine folder. There are no users outside the
machine in the kernel.

Cc: Will Deacon <will.deacon@arm.com>
Cc: Jonathan Austin <jonathan.austin@arm.com>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
此提交包含在:
Linus Walleij
2014-02-13 21:26:24 +01:00
父節點 f8487aa85b
當前提交 1b1ef755bd
共有 6 個檔案被更改,包括 5 行新增8 行删除

查看文件

@@ -11,8 +11,7 @@
#include <linux/slab.h>
#include <linux/leds.h>
#include <mach/hardware.h>
#include "hardware.h"
#include "cm.h"
#if defined(CONFIG_NEW_LEDS) && defined(CONFIG_LEDS_CLASS)