]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/immap_cpm2.h
tcp: Reorganize tcp_sock to fill 64-bit holes & improve locality
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / immap_cpm2.h
index f316a91c628a08bc6d6d7100614df9d52cbaedd6..4080bab0468ce27d3628e9fdbb2625adacd0e340 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef __IMMAP_CPM2__
 #define __IMMAP_CPM2__
 
+#include <linux/types.h>
+
 /* System configuration registers.
 */
 typedef        struct sys_82xx_conf {
@@ -642,7 +644,7 @@ typedef struct immap {
        u8              res11[4096];
 } cpm2_map_t;
 
-extern cpm2_map_t      *cpm2_immr;
+extern cpm2_map_t __iomem *cpm2_immr;
 
 #endif /* __IMMAP_CPM2__ */
 #endif /* __KERNEL__ */