diff options
author | Dave Airlie <airlied@redhat.com> | 2008-02-15 09:57:30 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-02-15 09:57:30 +1000 |
commit | f2f8ace3e1342d83096bf392922130d39cd86ec2 (patch) | |
tree | 56b22d34aa2b792752d625969ba22d2a9cb41f2e /linux-core/drmP.h | |
parent | 8bf8cd63bb4631b57ceb27058f81d767a94edc74 (diff) |
remove drm_minors_limit
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r-- | linux-core/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 81417f1d..697dc9a1 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -1248,7 +1248,6 @@ extern int drm_get_dev(struct pci_dev *pdev, const struct pci_device_id *ent, extern int drm_put_dev(struct drm_device *dev); extern int drm_put_minor(struct drm_minor **minor); extern unsigned int drm_debug; /* 1 to enable debug output */ -extern unsigned int drm_minors_limit; extern struct class *drm_class; extern struct proc_dir_entry *drm_proc_root; |