summaryrefslogtreecommitdiff
path: root/linux-core/drm_stub.c
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@yahoo.com>2004-10-29 14:38:07 +0000
committerJon Smirl <jonsmirl@yahoo.com>2004-10-29 14:38:07 +0000
commitc611cb9f171df3b9ad19e57e614f35c67e73ceb1 (patch)
tree6d16425dcc565bd438ad85237c2d7e50b0f037c8 /linux-core/drm_stub.c
parentb974e2cd683fa798970cd1bdc5e20acfb7a34a9c (diff)
Add include of moduleparam.h
Diffstat (limited to 'linux-core/drm_stub.c')
-rw-r--r--linux-core/drm_stub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drm_stub.c b/linux-core/drm_stub.c
index cc1488f9..aaad3bb6 100644
--- a/linux-core/drm_stub.c
+++ b/linux-core/drm_stub.c
@@ -32,6 +32,7 @@
*/
#include <linux/module.h>
+#include <linux/moduleparam.h>
#include "drmP.h"
#include "drm_core.h"