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

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
Paul Gortmaker 2011-08-31 11:29:09 -04:00
parent e0cd360813
commit 0603ba1460
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
*/
#include <linux/export.h>
#include <linux/moduleparam.h>
#include "drmP.h"
#include "drm_crtc.h"