summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorSteve Murphree <smurph@cvs.openbsd.org>2002-02-16 05:06:53 +0000
committerSteve Murphree <smurph@cvs.openbsd.org>2002-02-16 05:06:53 +0000
commita07ce73fbb873ea3d685a223d77c1cf1c09b4344 (patch)
treef1ab94257899da00778e345c0597324f574b8717 /sys/dev
parent2fda0f547528c28c4079e1a7e0ae5302ce7e71ca (diff)
change to reflect the removal of sequencer.h
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/microcode/aic7xxx/aicasm.c6
-rw-r--r--sys/dev/microcode/aic7xxx/aicasm_gram.y2
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/microcode/aic7xxx/aicasm.c b/sys/dev/microcode/aic7xxx/aicasm.c
index befd0444523..b6923f20ef5 100644
--- a/sys/dev/microcode/aic7xxx/aicasm.c
+++ b/sys/dev/microcode/aic7xxx/aicasm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aicasm.c,v 1.2 2002/02/16 04:36:33 smurph Exp $ */
+/* $OpenBSD: aicasm.c,v 1.3 2002/02/16 05:06:52 smurph Exp $ */
/*
* Aic7xxx SCSI host adapter firmware asssembler
*
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: aicasm.c,v 1.2 2002/02/16 04:36:33 smurph Exp $
+ * $Id: aicasm.c,v 1.3 2002/02/16 05:06:52 smurph Exp $
*
* $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm.c,v 1.32 2001/07/18 21:03:32 gibbs Exp $
*/
@@ -45,7 +45,7 @@
#include "aicasm.h"
#include "aicasm_symbol.h"
-#include "sequencer.h"
+#include "aicasm_insformat.h"
typedef struct patch {
TAILQ_ENTRY(patch) links;
diff --git a/sys/dev/microcode/aic7xxx/aicasm_gram.y b/sys/dev/microcode/aic7xxx/aicasm_gram.y
index c2889c5c2ba..776adab22a1 100644
--- a/sys/dev/microcode/aic7xxx/aicasm_gram.y
+++ b/sys/dev/microcode/aic7xxx/aicasm_gram.y
@@ -42,7 +42,7 @@
#include "aicasm.h"
#include "aicasm_symbol.h"
-#include "sequencer.h"
+#include "aicasm_insformat.h"
int yylineno;
char *yyfilename;