]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/fs_pd.h
[PATCH] ANSIfy powerpc floppy.h
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / fs_pd.h
index 1e2962fc4fa8ac19afa74bfcc7d930d3bce3d8ab..c624915b757e0ee7d75c2bf8a3f58560b8289d53 100644 (file)
 #ifdef CONFIG_CPM2
 #include <asm/cpm2.h>
 
+#if defined(CONFIG_8260)
+#include <asm/mpc8260.h>
+#elif defined(CONFIG_85xx)
+#include <asm/mpc85xx.h>
+#endif
+
 #define cpm2_map(member)                                               \
 ({                                                                     \
        u32 offset = offsetof(cpm2_map_t, member);                      \