summaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapfb_dss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video/omapfb_dss.h b/include/video/omapfb_dss.h
index e9775144ff3b..12755d8d9b4f 100644
--- a/include/video/omapfb_dss.h
+++ b/include/video/omapfb_dss.h
@@ -778,7 +778,7 @@ struct omap_dss_driver {
778 778
779typedef void (*omap_dispc_isr_t) (void *arg, u32 mask); 779typedef void (*omap_dispc_isr_t) (void *arg, u32 mask);
780 780
781#ifdef CONFIG_FB_OMAP2 781#if IS_ENABLED(CONFIG_FB_OMAP2)
782 782
783enum omapdss_version omapdss_get_version(void); 783enum omapdss_version omapdss_get_version(void);
784bool omapdss_is_initialized(void); 784bool omapdss_is_initialized(void);