diff options
author | Kirill A. Shutemov <kirill.shutemov@linux.intel.com> | 2012-03-08 11:09:45 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-03-10 08:06:17 -0500 |
commit | 2acdc9fa7e0b6fa383ac742a4203c7c1997b1a61 (patch) | |
tree | 889c6213a15edcd922a81e03350bd68d79143464 /drivers/gpu/drm/gma500/cdv_intel_crt.c | |
parent | 017350bcb065ba72b776b99fdf26a6ce60bf703a (diff) |
gma500: cdv_intel_crt: add missing include
drivers/gpu/drm/gma500/cdv_intel_crt.c:273:6: warning: no previous prototype for 'cdv_intel_crt_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/cdv_intel_crt.c')
-rw-r--r-- | drivers/gpu/drm/gma500/cdv_intel_crt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/gma500/cdv_intel_crt.c b/drivers/gpu/drm/gma500/cdv_intel_crt.c index c100f3e9c920..a71a6cd95bdd 100644 --- a/drivers/gpu/drm/gma500/cdv_intel_crt.c +++ b/drivers/gpu/drm/gma500/cdv_intel_crt.c | |||
@@ -32,6 +32,7 @@ | |||
32 | #include "psb_intel_drv.h" | 32 | #include "psb_intel_drv.h" |
33 | #include "psb_intel_reg.h" | 33 | #include "psb_intel_reg.h" |
34 | #include "power.h" | 34 | #include "power.h" |
35 | #include "cdv_device.h" | ||
35 | #include <linux/pm_runtime.h> | 36 | #include <linux/pm_runtime.h> |
36 | 37 | ||
37 | 38 | ||