summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-31 15:29:09 (GMT)
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 23:32:04 (GMT)
commit0603ba14605a5342b8ae0ba7eef3f26187e1221f (patch)
tree2b487ca52c35336c4926d6b7ead428285a2a8987 /drivers
parente0cd3608135b2ed8eddbe3fdf048d22e0593d836 (diff)
downloadlinux-0603ba14605a5342b8ae0ba7eef3f26187e1221f.tar.xz
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')
-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 c078c75..2957636 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"