diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-07-25 00:01:19 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-07-25 00:01:19 -0400 |
commit | 36a1548f99e54520f049a703e1b91bae95e72481 (patch) | |
tree | 1246b7e6429a43e9370cf94f7e6931fb6ee5b3b0 /include/asm-blackfin/blackfin.h | |
parent | d5148ffa600e6a655b458bedc593020e0574f967 (diff) |
Blackfin arch: reorganize headers slightly so we can be sure things are defined early enough
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'include/asm-blackfin/blackfin.h')
-rw-r--r-- | include/asm-blackfin/blackfin.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-blackfin/blackfin.h b/include/asm-blackfin/blackfin.h index 1b2dd5a3fe7a..5ecf0aa22347 100644 --- a/include/asm-blackfin/blackfin.h +++ b/include/asm-blackfin/blackfin.h | |||
@@ -11,8 +11,7 @@ | |||
11 | #define HI(con32) (((con32) >> 16) & 0xFFFF) | 11 | #define HI(con32) (((con32) >> 16) & 0xFFFF) |
12 | #define hi(con32) (((con32) >> 16) & 0xFFFF) | 12 | #define hi(con32) (((con32) >> 16) & 0xFFFF) |
13 | 13 | ||
14 | #include <asm/mach/blackfin.h> | 14 | #include <asm/mach/anomaly.h> |
15 | #include <asm/bfin-global.h> | ||
16 | 15 | ||
17 | #ifndef __ASSEMBLY__ | 16 | #ifndef __ASSEMBLY__ |
18 | 17 | ||
@@ -105,4 +104,7 @@ static inline void CSYNC(void) | |||
105 | 104 | ||
106 | #endif /* __ASSEMBLY__ */ | 105 | #endif /* __ASSEMBLY__ */ |
107 | 106 | ||
107 | #include <asm/mach/blackfin.h> | ||
108 | #include <asm/bfin-global.h> | ||
109 | |||
108 | #endif /* _BLACKFIN_H_ */ | 110 | #endif /* _BLACKFIN_H_ */ |