diff options
author | Bo Shen <voice.shen@atmel.com> | 2013-07-04 03:16:40 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-08-22 06:29:39 -0400 |
commit | fb941e8487dafe1c4ae3342b7011143dcc7c8e38 (patch) | |
tree | 983f519b1c997cb99ac68b3915cc224475885d8a | |
parent | 74919d19c71c4c2e4e8ebbe783b9d9692661d00f (diff) |
ARM: at91: include sama5d3.h into hardware.h
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r-- | arch/arm/mach-at91/include/mach/hardware.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/include/mach/hardware.h b/arch/arm/mach-at91/include/mach/hardware.h index a832e0707611..f17aa3150019 100644 --- a/arch/arm/mach-at91/include/mach/hardware.h +++ b/arch/arm/mach-at91/include/mach/hardware.h | |||
@@ -33,6 +33,7 @@ | |||
33 | #include <mach/at91sam9g45.h> | 33 | #include <mach/at91sam9g45.h> |
34 | #include <mach/at91sam9x5.h> | 34 | #include <mach/at91sam9x5.h> |
35 | #include <mach/at91sam9n12.h> | 35 | #include <mach/at91sam9n12.h> |
36 | #include <mach/sama5d3.h> | ||
36 | 37 | ||
37 | /* | 38 | /* |
38 | * On all at91 except rm9200 and x40 have the System Controller starts | 39 | * On all at91 except rm9200 and x40 have the System Controller starts |