]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
gpu: add moduleparam.h to drivers/gpu/drm/drm_crtc_helper.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 31 Aug 2011 15:29:09 +0000 (11:29 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:04 +0000 (19:32 -0400)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/gpu/drm/drm_crtc_helper.c

index c078c753fb40bb7f8d40411c752073d4be2272f5..2957636161e837c61aa9f42cc243738739b6bc10 100644 (file)
@@ -30,6 +30,7 @@
  */
 
 #include <linux/export.h>
+#include <linux/moduleparam.h>
 
 #include "drmP.h"
 #include "drm_crtc.h"