diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-09-10 02:09:57 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-09-10 02:09:57 +0000 |
commit | fd80257e2ebe4148c596e26a045b325e35353afc (patch) | |
tree | a0a074c14b54af1f8632667844b29ef90c0ee2d6 /sys/dev/pci/drm/drmP.h | |
parent | a1989a736aaeb2ec63de4b4708b489a0eddedf6f (diff) |
Kill the max_context member of the softc, it does nothing useful.
Diffstat (limited to 'sys/dev/pci/drm/drmP.h')
-rw-r--r-- | sys/dev/pci/drm/drmP.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h index 413d491ace1..9dfd0941fdb 100644 --- a/sys/dev/pci/drm/drmP.h +++ b/sys/dev/pci/drm/drmP.h @@ -555,8 +555,6 @@ struct drm_device { struct extent *handle_ext; drm_map_list_t maplist; - int max_context; - struct drm_lock_data lock; /* Information on hardware lock */ /* DMA queues (contexts) */ |