summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/sequencer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/aic7xxx/sequencer.h')
-rw-r--r--sys/dev/aic7xxx/sequencer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/sequencer.h b/sys/dev/aic7xxx/sequencer.h
index a84951c..4f05491 100644
--- a/sys/dev/aic7xxx/sequencer.h
+++ b/sys/dev/aic7xxx/sequencer.h
@@ -69,7 +69,7 @@ struct instruction {
union ins_formats format;
u_int srcline;
struct symbol *patch_label;
- STAILQ_ENTRY(struct instruction) links;
+ STAILQ_ENTRY(instruction) links;
};
#define AIC_OP_OR 0x0
OpenPOWER on IntegriCloud