summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-08-30 17:04:30 +0200
committerPaul Gortmaker2011-11-01 00:32:03 +0100
commite0cd3608135b2ed8eddbe3fdf048d22e0593d836 (patch)
tree5daf0905d524b4c1fedbc706b94b998069bdd411 /drivers/gpu/drm/i915/i915_drv.c
parentgpu: Add export.h as required to drivers/gpu files. (diff)
downloadkernel-qcow2-linux-e0cd3608135b2ed8eddbe3fdf048d22e0593d836.tar.gz
kernel-qcow2-linux-e0cd3608135b2ed8eddbe3fdf048d22e0593d836.tar.xz
kernel-qcow2-linux-e0cd3608135b2ed8eddbe3fdf048d22e0593d836.zip
gpu: add module.h to drivers/gpu files as required.
So that we don't get build failures once the implicit module.h presence is removed. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.c')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index 4c8d681c2151..cc531bb59c26 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -35,6 +35,7 @@
#include "intel_drv.h"
#include <linux/console.h>
+#include <linux/module.h>
#include "drm_crtc_helper.h"
static int i915_modeset __read_mostly = -1;