Browse Source

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>
Kirill A. Shutemov 13 years ago
parent
commit
2acdc9fa7e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/gpu/drm/gma500/cdv_intel_crt.c

+ 1 - 0
drivers/gpu/drm/gma500/cdv_intel_crt.c

@@ -32,6 +32,7 @@
 #include "psb_intel_drv.h"
 #include "psb_intel_reg.h"
 #include "power.h"
+#include "cdv_device.h"
 #include <linux/pm_runtime.h>