1
0
Fork 0

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>
hifive-unleashed-5.1
Linus Walleij 2014-02-13 21:26:24 +01:00
parent f8487aa85b
commit 1b1ef755bd
6 changed files with 5 additions and 8 deletions

View File

@ -25,12 +25,11 @@
#include <linux/of.h>
#include <linux/of_address.h>
#include <mach/hardware.h>
#include <asm/mach-types.h>
#include <asm/mach/time.h>
#include <asm/pgtable.h>
#include "hardware.h"
#include "cm.h"
#include "common.h"

View File

@ -44,7 +44,6 @@
#include <linux/sched_clock.h>
#include <linux/clk-provider.h>
#include <mach/hardware.h>
#include <asm/hardware/arm_timer.h>
#include <asm/setup.h>
#include <asm/param.h> /* HZ */
@ -55,6 +54,7 @@
#include <asm/mach/map.h>
#include <asm/mach/time.h>
#include "hardware.h"
#include "cm.h"
#include "common.h"
#include "pci_v3.h"

View File

@ -28,7 +28,6 @@
#include <linux/of_platform.h>
#include <linux/sys_soc.h>
#include <mach/hardware.h>
#include <asm/setup.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
@ -39,6 +38,7 @@
#include <plat/clcd.h>
#include <plat/sched_clock.h>
#include "hardware.h"
#include "cm.h"
#include "common.h"

View File

@ -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)

View File

@ -34,14 +34,13 @@
#include <linux/of_pci.h>
#include <video/vga.h>
#include <mach/hardware.h>
#include <asm/mach/map.h>
#include <asm/signal.h>
#include <asm/mach/pci.h>
#include <asm/irq_regs.h>
#include "pci_v3.h"
#include "hardware.h"
/*
* Where in the memory map does PCI live?