diff options
author | Kirill A. Shutemov <kirill.shutemov@linux.intel.com> | 2012-03-08 11:10:38 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-03-10 08:06:23 -0500 |
commit | 455b9e91f2a4206d45d0f2b850968a214ee4ea6e (patch) | |
tree | 3456793d05a290b704988058b68a204c7437230d /drivers/gpu/drm/gma500 | |
parent | 657da160cc22c69edc2bea6d9825c9e041d1c83f (diff) |
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 <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/gma500')
-rw-r--r-- | drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
34 | #include "psb_intel_drv.h" | 34 | #include "psb_intel_drv.h" |
35 | #include "psb_drv.h" | 35 | #include "psb_drv.h" |
36 | #include "psb_intel_reg.h" | 36 | #include "psb_intel_reg.h" |
37 | #include "cdv_device.h" | ||
37 | #include <linux/pm_runtime.h> | 38 | #include <linux/pm_runtime.h> |
38 | 39 | ||
39 | /* hdmi control bits */ | 40 | /* hdmi control bits */ |