diff options
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 |
