]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ppc/fs_pd.h
Merge branches 'pxa' and 'orion-fixes1'
[linux-2.6-omap-h63xx.git] / include / asm-ppc / fs_pd.h
index eed777834121d34b1b4808fa25413824211dacb8..8691327653afc4de4a316c8c72832c1405ec77ad 100644 (file)
@@ -29,4 +29,8 @@ static inline int uart_clock(void)
        return (((bd_t *) __res)->bi_intfreq);
 }
 
+#define cpm2_map(member)       (&cpm2_immr->member)
+#define cpm2_map_size(member, size)    (&cpm2_immr->member)
+#define cpm2_unmap(addr)        do {} while(0)
+
 #endif