summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwmvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_iwmvar.h')
-rw-r--r--sys/dev/pci/if_iwmvar.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/if_iwmvar.h b/sys/dev/pci/if_iwmvar.h
index 8ac2ce17ed8..d49f928b5ad 100644
--- a/sys/dev/pci/if_iwmvar.h
+++ b/sys/dev/pci/if_iwmvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iwmvar.h,v 1.11 2015/10/11 10:22:28 stsp Exp $ */
+/* $OpenBSD: if_iwmvar.h,v 1.12 2015/10/22 11:51:28 jsg Exp $ */
/*
* Copyright (c) 2014 genua mbh <info@genua.de>
@@ -223,9 +223,6 @@ struct iwm_host_cmd {
* DMA glue is from iwn
*/
-typedef caddr_t iwm_caddr_t;
-typedef void *iwm_hookarg_t;
-
struct iwm_dma_info {
bus_dma_tag_t tag;
bus_dmamap_t map;