diff options
Diffstat (limited to 'include/asm-powerpc/immap_cpm2.h')
-rw-r--r-- | include/asm-powerpc/immap_cpm2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-powerpc/immap_cpm2.h b/include/asm-powerpc/immap_cpm2.h index f316a91c628a..4080bab0468c 100644 --- a/include/asm-powerpc/immap_cpm2.h +++ b/include/asm-powerpc/immap_cpm2.h | |||
@@ -10,6 +10,8 @@ | |||
10 | #ifndef __IMMAP_CPM2__ | 10 | #ifndef __IMMAP_CPM2__ |
11 | #define __IMMAP_CPM2__ | 11 | #define __IMMAP_CPM2__ |
12 | 12 | ||
13 | #include <linux/types.h> | ||
14 | |||
13 | /* System configuration registers. | 15 | /* System configuration registers. |
14 | */ | 16 | */ |
15 | typedef struct sys_82xx_conf { | 17 | typedef struct sys_82xx_conf { |
@@ -642,7 +644,7 @@ typedef struct immap { | |||
642 | u8 res11[4096]; | 644 | u8 res11[4096]; |
643 | } cpm2_map_t; | 645 | } cpm2_map_t; |
644 | 646 | ||
645 | extern cpm2_map_t *cpm2_immr; | 647 | extern cpm2_map_t __iomem *cpm2_immr; |
646 | 648 | ||
647 | #endif /* __IMMAP_CPM2__ */ | 649 | #endif /* __IMMAP_CPM2__ */ |
648 | #endif /* __KERNEL__ */ | 650 | #endif /* __KERNEL__ */ |