summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ccbque.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/ccbque.h')
-rw-r--r--sys/i386/isa/ccbque.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/ccbque.h b/sys/i386/isa/ccbque.h
index 088252a..cb6bebe 100644
--- a/sys/i386/isa/ccbque.h
+++ b/sys/i386/isa/ccbque.h
@@ -41,7 +41,7 @@
/* (I) structure and prototype */
#define GENERIC_CCB_ASSERT(DEV, CCBTYPE) \
-TAILQ_HEAD(CCBTYPE##tab, struct CCBTYPE); \
+TAILQ_HEAD(CCBTYPE##tab, CCBTYPE); \
struct CCBTYPE##que { \
struct CCBTYPE##tab CCBTYPE##tab; \
int count; \
OpenPOWER on IntegriCloud