diff options
Diffstat (limited to 'arch/arm/mach-at91/soc.h')
-rw-r--r-- | arch/arm/mach-at91/soc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/soc.h b/arch/arm/mach-at91/soc.h index 683dddfd8b13..a9cfeb153719 100644 --- a/arch/arm/mach-at91/soc.h +++ b/arch/arm/mach-at91/soc.h | |||
@@ -20,6 +20,7 @@ extern struct at91_init_soc at91sam9263_soc; | |||
20 | extern struct at91_init_soc at91sam9g45_soc; | 20 | extern struct at91_init_soc at91sam9g45_soc; |
21 | extern struct at91_init_soc at91sam9rl_soc; | 21 | extern struct at91_init_soc at91sam9rl_soc; |
22 | extern struct at91_init_soc at91sam9x5_soc; | 22 | extern struct at91_init_soc at91sam9x5_soc; |
23 | extern struct at91_init_soc at91sam9n12_soc; | ||
23 | 24 | ||
24 | static inline int at91_soc_is_enabled(void) | 25 | static inline int at91_soc_is_enabled(void) |
25 | { | 26 | { |
@@ -53,3 +54,7 @@ static inline int at91_soc_is_enabled(void) | |||
53 | #if !defined(CONFIG_SOC_AT91SAM9X5) | 54 | #if !defined(CONFIG_SOC_AT91SAM9X5) |
54 | #define at91sam9x5_soc at91_boot_soc | 55 | #define at91sam9x5_soc at91_boot_soc |
55 | #endif | 56 | #endif |
57 | |||
58 | #if !defined(CONFIG_SOC_AT91SAM9N12) | ||
59 | #define at91sam9n12_soc at91_boot_soc | ||
60 | #endif | ||