diff options
Diffstat (limited to 'include/asm-powerpc/fs_pd.h')
-rw-r--r-- | include/asm-powerpc/fs_pd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-powerpc/fs_pd.h b/include/asm-powerpc/fs_pd.h index 1e2962fc4fa8..c624915b757e 100644 --- a/include/asm-powerpc/fs_pd.h +++ b/include/asm-powerpc/fs_pd.h | |||
@@ -17,6 +17,12 @@ | |||
17 | #ifdef CONFIG_CPM2 | 17 | #ifdef CONFIG_CPM2 |
18 | #include <asm/cpm2.h> | 18 | #include <asm/cpm2.h> |
19 | 19 | ||
20 | #if defined(CONFIG_8260) | ||
21 | #include <asm/mpc8260.h> | ||
22 | #elif defined(CONFIG_85xx) | ||
23 | #include <asm/mpc85xx.h> | ||
24 | #endif | ||
25 | |||
20 | #define cpm2_map(member) \ | 26 | #define cpm2_map(member) \ |
21 | ({ \ | 27 | ({ \ |
22 | u32 offset = offsetof(cpm2_map_t, member); \ | 28 | u32 offset = offsetof(cpm2_map_t, member); \ |