powerpc/85xx: separate cpm2 pic init
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / platforms / 85xx / mpc85xx.h
1 #ifndef MPC85xx_H
2 #define MPC85xx_H
3 #ifdef CONFIG_CPM2
4 extern void mpc85xx_cpm2_pic_init(void);
5 #else
6 static inline void __init mpc85xx_cpm2_pic_init(void) {}
7 #endif /* CONFIG_CPM2 */
8
9 #endif