summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2008-11-06 16:37:54 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2008-11-06 16:37:54 +0000
commita1ca4855cc4d69dd9ad707832b98d7830afdcbeb (patch)
tree5d29796110fb0495b992be8f7a5789f2bdbff24c /sys/dev
parent40259ce7b8bda9622a7c61b0ade8426033d2824f (diff)
Oops. Forgot to commit this chunk with the last commit.
Remove softc members and prototypes related to the tasklet system.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/drm/drmP.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h
index 76d6ea9ba54..8f93b679037 100644
--- a/sys/dev/pci/drm/drmP.h
+++ b/sys/dev/pci/drm/drmP.h
@@ -531,7 +531,6 @@ struct drm_device {
DRM_SPINTYPE irq_lock; /* protects irq condition checks */
struct rwlock dev_lock; /* protects everything else */
DRM_SPINTYPE drw_lock;
- DRM_SPINTYPE tsk_lock;
/* Usage Counters */
int open_count; /* Outstanding files open */
@@ -586,8 +585,6 @@ struct drm_device {
u_int drw_no;
/* RB tree of drawable infos */
RB_HEAD(drawable_tree, bsd_drm_drawable_info) drw_head;
-
- void (*locked_task_call)(struct drm_device *);
};
extern int drm_debug_flag;
@@ -749,7 +746,6 @@ int drm_dma(struct drm_device *, void *, struct drm_file *);
/* IRQ support (drm_irq.c) */
int drm_control(struct drm_device *, void *, struct drm_file *);
int drm_wait_vblank(struct drm_device *, void *, struct drm_file *);
-void drm_locked_tasklet(struct drm_device *, void (*)(struct drm_device *));
/* AGP/GART support (drm_agpsupport.c) */
int drm_agp_acquire_ioctl(struct drm_device *, void *, struct drm_file *);