From db85ca7ca51ca886e8cd127368e09a7955bb041c Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 9 Jun 2014 13:09:00 +0300 Subject: [PATCH] OMAPDSS: HDMI4: use common AVI infoframe support Instead of using OMAP specific AVI infoframe structs, use the common one from include/linux/hdmi.h. Signed-off-by: Tomi Valkeinen --- drivers/video/fbdev/omap2/dss/hdmi.h | 2 + drivers/video/fbdev/omap2/dss/hdmi4_core.c | 136 ++++++----------------------- drivers/video/fbdev/omap2/dss/hdmi4_core.h | 1 + 3 files changed, 28 insertions(+), 111 deletions(-) diff --git a/drivers/video/fbdev/omap2/dss/hdmi.h b/drivers/video/fbdev/omap2/dss/hdmi.h index 1a62dc3fe54e..6cd4a755b0ac 100644 --- a/drivers/video/fbdev/omap2/dss/hdmi.h +++ b/drivers/video/fbdev/omap2/dss/hdmi.h @@ -22,6 +22,7 @@ #include #include #include +#include #include