diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-09-23 09:20:03 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-09-23 09:20:03 +0000 |
| commit | 34c875bc305bf80b2466c8d3c41bace73bc9cc5e (patch) | |
| tree | 718061a6dee0b85ec51b1c81768818262eafa893 /sys/dev/uart | |
| parent | 81a11def25e5cb23c9f4672a866d0b2720effe65 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart')
| -rw-r--r-- | sys/dev/uart/uart_bus_pccard.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/uart/uart_bus_pccard.c b/sys/dev/uart/uart_bus_pccard.c index 665c4f428955..c321060f332f 100644 --- a/sys/dev/uart/uart_bus_pccard.c +++ b/sys/dev/uart/uart_bus_pccard.c @@ -31,12 +31,7 @@ __FBSDID("$FreeBSD$"); #include <sys/bus.h> #include <sys/conf.h> #include <sys/kernel.h> -#include <sys/lock.h> -#include <sys/malloc.h> -#include <sys/mutex.h> #include <sys/module.h> -#include <sys/tty.h> -#include <machine/bus_pio.h> #include <machine/bus.h> #include <machine/resource.h> |
