diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-03-13 22:57:22 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-19 16:37:45 +0100 |
commit | 4c8056543e6aa283fe03b1e96d2dd22816ee4350 (patch) | |
tree | 34ae0fdb6ec1e0af8397aae700daf58031f6e4dc /arch/arm/mach-at91/include/mach/hardware.h | |
parent | f56d8f7c29320abe6f923fa1b3cb7adcc3252a24 (diff) | |
download | linux-4c8056543e6aa283fe03b1e96d2dd22816ee4350.tar.gz |
ARM: at91: remove SoC headers
Remove the now useless SoC headers.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/include/mach/hardware.h')
-rw-r--r-- | arch/arm/mach-at91/include/mach/hardware.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-at91/include/mach/hardware.h b/arch/arm/mach-at91/include/mach/hardware.h index cacbaa52418f..2f8ce2d69fdb 100644 --- a/arch/arm/mach-at91/include/mach/hardware.h +++ b/arch/arm/mach-at91/include/mach/hardware.h @@ -24,17 +24,6 @@ /* sama5d4 */ #define AT91_BASE_DBGU2 0xfc069000 -#include <mach/at91rm9200.h> -#include <mach/at91sam9260.h> -#include <mach/at91sam9261.h> -#include <mach/at91sam9263.h> -#include <mach/at91sam9rl.h> -#include <mach/at91sam9g45.h> -#include <mach/at91sam9x5.h> -#include <mach/at91sam9n12.h> -#include <mach/sama5d3.h> -#include <mach/sama5d4.h> - /* * On all at91 except rm9200 and x40 have the System Controller starts * at address 0xffffc000 and has a size of 16KiB. |