diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | 2009-03-21 21:08:00 +0100 |
|---|---|---|
| committer | Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | 2009-03-22 13:22:14 +0100 |
| commit | e2c0476f958f8e0b269a1118f4ba4a5cd475aa56 (patch) | |
| tree | 94be283be61838fa574be024f92d07ebfc7b79cd /include | |
| parent | f3f91f886bc8927fd692ac411b7423a87ffec532 (diff) | |
at91sam9/at91cap: move common macb initialisation to cpu
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/arch-at91/at91_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91/at91_common.h b/include/asm-arm/arch-at91/at91_common.h index 797854b19a8..9c4e0197155 100644 --- a/include/asm-arm/arch-at91/at91_common.h +++ b/include/asm-arm/arch-at91/at91_common.h @@ -25,6 +25,7 @@ #ifndef AT91_COMMON_H #define AT91_COMMON_H +void at91_macb_hw_init(void); void at91_serial_hw_init(void); void at91_serial0_hw_init(void); void at91_serial1_hw_init(void); |
