summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-31 17:29:09 +0200
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-11-01 00:32:04 +0100
commit0603ba14605a5342b8ae0ba7eef3f26187e1221f (patch)
tree2b487ca52c35336c4926d6b7ead428285a2a8987 /drivers/gpu
parentgpu: add module.h to drivers/gpu files as required. (diff)
downloadlinux-0603ba14605a5342b8ae0ba7eef3f26187e1221f.tar.xz
linux-0603ba14605a5342b8ae0ba7eef3f26187e1221f.zip
gpu: add moduleparam.h to drivers/gpu/drm/drm_crtc_helper.c
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/drm_crtc_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_crtc_helper.c b/drivers/gpu/drm/drm_crtc_helper.c
index c078c753fb40..2957636161e8 100644
--- a/drivers/gpu/drm/drm_crtc_helper.c
+++ b/drivers/gpu/drm/drm_crtc_helper.c
@@ -30,6 +30,7 @@
*/
#include <linux/export.h>
+#include <linux/moduleparam.h>
#include "drmP.h"
#include "drm_crtc.h"