aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/amba-clcd-versatile.h
blob: 1b14359c2cf6b3fc0865cb6510651a9cd9a4d9a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Special local versatile callbacks
 */
#include <linux/of.h>
#include <linux/amba/bus.h>
#include <linux/platform_data/video-clcd-versatile.h>

#if defined(CONFIG_PLAT_VERSATILE_CLCD) && defined(CONFIG_OF)
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