summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroga <oga@openbsd.org>2009-04-03 14:31:53 +0000
committeroga <oga@openbsd.org>2009-04-03 14:31:53 +0000
commit5b6fd55335de0fa3056e9d59b0308a6308c8f06a (patch)
treec8e7d5db5ee7d2fa5ea3ae835155cdee5b4f23cf
parentdetypedef drm_pci_id_list_t. (diff)
downloadwireguard-openbsd-5b6fd55335de0fa3056e9d59b0308a6308c8f06a.tar.xz
wireguard-openbsd-5b6fd55335de0fa3056e9d59b0308a6308c8f06a.zip
unused type.
-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;