From: Kirill A. Shutemov Date: Thu, 8 Mar 2012 16:10:38 +0000 (+0000) Subject: gma500: cdv_intel_hdmi: add missing include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=455b9e91f2a4206d45d0f2b850968a214ee4ea6e;p=linux-beck.git gma500: cdv_intel_hdmi: add missing include drivers/gpu/drm/gma500/cdv_intel_hdmi.c:305:6: warning: no previous prototype for 'cdv_hdmi_init' [-Wmissing-prototypes] Signed-off-by: Kirill A. Shutemov Signed-off-by: Alan Cox Signed-off-by: Dave Airlie --- diff --git a/drivers/gpu/drm/gma500/cdv_intel_hdmi.c b/drivers/gpu/drm/gma500/cdv_intel_hdmi.c index de25560e629d..8d5269555005 100644 --- a/drivers/gpu/drm/gma500/cdv_intel_hdmi.c +++ b/drivers/gpu/drm/gma500/cdv_intel_hdmi.c @@ -34,6 +34,7 @@ #include "psb_intel_drv.h" #include "psb_drv.h" #include "psb_intel_reg.h" +#include "cdv_device.h" #include /* hdmi control bits */