diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-09-16 18:48:11 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-09-16 18:48:11 +0000 |
| commit | 3045b21279183ef6875813ae38339b628a08b944 (patch) | |
| tree | bf78b1071ab72f9844dfc6c937859671db9746c6 /sys/dev/cy | |
| parent | 574abd292652f8b4cb7e88312c416c0b2eb9389e (diff) | |
Notes
Diffstat (limited to 'sys/dev/cy')
| -rw-r--r-- | sys/dev/cy/cy.c | 2 | ||||
| -rw-r--r-- | sys/dev/cy/cy_isa.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index 5487d8fe62994..891b8a514635d 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 5487d8fe62994..891b8a514635d 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 |
