/* * Special local versatile callbacks */ #include <linux/of.h> #include <linux/amba/bus.h> #include <linux/platform_data/video-clcd-versatile.h> #if defined([31mCONFIG_PLAT_VERSATILE_CLCD[0m) && defined([31mCONFIG_OF[0m) int versatile_clcd_init_panel(struct clcd_fb *fb, struct device_node *endpoint); #else static inline int versatile_clcd_init_panel(struct clcd_fb *fb, struct device_node *endpoint) { return 0; } #endif |