Browse Source

gpu: add moduleparam.h to drivers/gpu/drm/drm_crtc_helper.c

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker 14 years ago
parent
commit
0603ba1460
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/gpu/drm/drm_crtc_helper.c

+ 1 - 0
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"