summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-09-16 18:48:11 +0000
committerphk <phk@FreeBSD.org>2000-09-16 18:48:11 +0000
commitb88f8acdff7031b12943bcc2da41839a0e54d0ae (patch)
tree64b47196f98429483b09b09b1be9816798560a9a /sys/dev/cy
parent1e9e645cf600426ba0400d1e30424d59de0b446a (diff)
downloadFreeBSD-src-b88f8acdff7031b12943bcc2da41839a0e54d0ae.zip
FreeBSD-src-b88f8acdff7031b12943bcc2da41839a0e54d0ae.tar.gz
Make LINT compile.
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy.c2
-rw-r--r--sys/dev/cy/cy_isa.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index 5487d8f..891b8a5 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -74,11 +74,11 @@
#include <sys/conf.h>
#include <sys/dkstat.h>
#include <sys/fcntl.h>
+#include <sys/bus.h>
#include <sys/interrupt.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/syslog.h>
-#include <sys/bus.h>
#include <machine/clock.h>
#include <machine/ipl.h>
#ifndef SMP
diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c
index 5487d8f..891b8a5 100644
--- a/sys/dev/cy/cy_isa.c
+++ b/sys/dev/cy/cy_isa.c
@@ -74,11 +74,11 @@
#include <sys/conf.h>
#include <sys/dkstat.h>
#include <sys/fcntl.h>
+#include <sys/bus.h>
#include <sys/interrupt.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/syslog.h>
-#include <sys/bus.h>
#include <machine/clock.h>
#include <machine/ipl.h>
#ifndef SMP
OpenPOWER on IntegriCloud