summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-01-02 05:54:10 +0000
committerDave Airlie <airlied@linux.ie>2006-01-02 05:54:10 +0000
commit92150972e5472cdf039c875dae4afee6613ee915 (patch)
tree4b86163a41463823bff36e4d07b687391b9abf39 /linux-core/drmP.h
parent781d96c61fdcc5bafe65053878d351100bf130e1 (diff)
use drm_cards_limit instead of cards_limit
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 8044780b..54091a86 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -981,7 +981,7 @@ extern int drm_get_dev(struct pci_dev *pdev, const struct pci_device_id *ent,
extern int drm_put_dev(drm_device_t * dev);
extern int drm_put_head(drm_head_t * head);
extern unsigned int drm_debug; /* 1 to enable debug output */
-extern unsigned int cards_limit;
+extern unsigned int drm_cards_limit;
extern drm_head_t **drm_heads;
extern struct drm_sysfs_class *drm_class;
extern struct proc_dir_entry *drm_proc_root;