diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-04-03 14:31:54 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-04-03 14:31:54 +0000 |
commit | 286499d86e7e865deaa6019055f471b1352dad35 (patch) | |
tree | 8b7a69c5dcda795c2c30e2e61bbba951f208512d /sys/dev | |
parent | e5828702c0254b092d852aeb42bdb97fd475c5f0 (diff) |
unused type.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/drm/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h index da45e9f338d..8e1541011c8 100644 --- a/sys/dev/pci/drm/drmP.h +++ b/sys/dev/pci/drm/drmP.h @@ -238,7 +238,6 @@ typedef struct drm_buf_entry { int seg_count; } drm_buf_entry_t; -typedef TAILQ_HEAD(drm_file_list, drm_file) drm_file_list_t; struct drm_file { SPLAY_ENTRY(drm_file) link; int authenticated; |