From 25bb5bae32a6f9ce1c30f97669f903b9e1eb7724 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Mon, 1 Aug 2011 11:28:43 +0800 Subject: [PATCH] hdmi: fix for v2.6.36 --- drivers/video/hdmi/chips/anx7150_hw.c | 2 +- drivers/video/hdmi/hdmi-core.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/hdmi/chips/anx7150_hw.c b/drivers/video/hdmi/chips/anx7150_hw.c index f0acb0aa9445..bb9055f6e3cb 100644 --- a/drivers/video/hdmi/chips/anx7150_hw.c +++ b/drivers/video/hdmi/chips/anx7150_hw.c @@ -1,7 +1,7 @@ #include #include #include - +#include #include "anx7150.h" #include "anx7150_hw.h" diff --git a/drivers/video/hdmi/hdmi-core.c b/drivers/video/hdmi/hdmi-core.c index 31d3930e5110..69de77ae71fa 100755 --- a/drivers/video/hdmi/hdmi-core.c +++ b/drivers/video/hdmi/hdmi-core.c @@ -2,7 +2,7 @@ #include #include #include - +#include #include #include -- 2.34.1