]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/video/fbdev/amba-clcd-versatile.h
irqchip: bcm2835: Add FIQ support
[mirror_ubuntu-artful-kernel.git] / drivers / video / fbdev / amba-clcd-versatile.h
1 /*
2 * Special local versatile callbacks
3 */
4 #include <linux/of.h>
5 #include <linux/amba/bus.h>
6 #include <linux/platform_data/video-clcd-versatile.h>
7
8 #if defined(CONFIG_PLAT_VERSATILE_CLCD) && defined(CONFIG_OF)
9 int versatile_clcd_init_panel(struct clcd_fb *fb, struct device_node *panel);
10 #else
11 static inline int versatile_clcd_init_panel(struct clcd_fb *fb,
12 struct device_node *panel)
13 {
14 return 0;
15 }
16 #endif