aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drm_stub.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-02-15 09:57:30 +1000
committerDave Airlie <airlied@redhat.com>2008-02-15 09:57:30 +1000
commitf2f8ace3e1342d83096bf392922130d39cd86ec2 (patch)
tree56b22d34aa2b792752d625969ba22d2a9cb41f2e /linux-core/drm_stub.c
parent8bf8cd63bb4631b57ceb27058f81d767a94edc74 (diff)
remove drm_minors_limit
Diffstat (limited to 'linux-core/drm_stub.c')
-rw-r--r--linux-core/drm_stub.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux-core/drm_stub.c b/linux-core/drm_stub.c
index ebb8fb97..d3992584 100644
--- a/linux-core/drm_stub.c
+++ b/linux-core/drm_stub.c
@@ -37,17 +37,14 @@
#include "drmP.h"
#include "drm_core.h"
-unsigned int drm_minors_limit = 16; /* Enough for one machine */
unsigned int drm_debug = 0; /* 1 to enable debug output */
EXPORT_SYMBOL(drm_debug);
MODULE_AUTHOR(CORE_AUTHOR);
MODULE_DESCRIPTION(CORE_DESC);
MODULE_LICENSE("GPL and additional rights");
-MODULE_PARM_DESC(minors_limit, "Maximum number of graphics cards");
MODULE_PARM_DESC(debug, "Enable debug output");
-module_param_named(minors_limit, drm_minors_limit, int, 0444);
module_param_named(debug, drm_debug, int, 0600);
struct idr drm_minors_idr;