summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/drm/drmP.h1
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;