]> git.karo-electronics.de Git - karo-tx-linux.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>
Thu, 6 Oct 2011 17:59:53 +0000 (13:59 -0400)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/gpu/drm/drm_crtc_helper.c

index 48448a496325d88392c664081c0948f24e500247..40bcc888f7d02b90d505ee996da3dc295bd92842 100644 (file)
@@ -30,6 +30,7 @@
  */
 
 #include <linux/export.h>
+#include <linux/moduleparam.h>
 
 #include "drmP.h"
 #include "drm_crtc.h"