diff options
Diffstat (limited to 'include/asm-blackfin/mach-bf537/defBF537.h')
-rw-r--r-- | include/asm-blackfin/mach-bf537/defBF537.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-blackfin/mach-bf537/defBF537.h b/include/asm-blackfin/mach-bf537/defBF537.h index 26f9c02eb73c..3f455909c418 100644 --- a/include/asm-blackfin/mach-bf537/defBF537.h +++ b/include/asm-blackfin/mach-bf537/defBF537.h | |||
@@ -32,12 +32,12 @@ | |||
32 | #ifndef _DEF_BF537_H | 32 | #ifndef _DEF_BF537_H |
33 | #define _DEF_BF537_H | 33 | #define _DEF_BF537_H |
34 | 34 | ||
35 | /*include all Core registers and bit definitions*/ | 35 | /* Include all Core registers and bit definitions*/ |
36 | #include "defBF537.h" | ||
37 | |||
38 | /*include core specific register pointer definitions*/ | ||
39 | #include <asm/mach-common/cdef_LPBlackfin.h> | 36 | #include <asm/mach-common/cdef_LPBlackfin.h> |
40 | 37 | ||
38 | /* Include all MMR and bit defines common to BF534 */ | ||
39 | #include "defBF534.h" | ||
40 | |||
41 | /************************************************************************************ | 41 | /************************************************************************************ |
42 | ** Define EMAC Section Unique to BF536/BF537 | 42 | ** Define EMAC Section Unique to BF536/BF537 |
43 | *************************************************************************************/ | 43 | *************************************************************************************/ |