summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-09-15 04:49:22 +0000
committermarcel <marcel@FreeBSD.org>2003-09-15 04:49:22 +0000
commit3141c7bd5e31956e29535a8e6fd31c90af7144f0 (patch)
treedc492806548bc471b752e4f91afa58ff6fd6b98b
parent1c9b641a01d192d903a2b29a57f0eba909eb519e (diff)
downloadFreeBSD-src-3141c7bd5e31956e29535a8e6fd31c90af7144f0.zip
FreeBSD-src-3141c7bd5e31956e29535a8e6fd31c90af7144f0.tar.gz
Remove inclusion of <sys/timepps.h>. It's included in "uart_bus.h"
to avoid having to include it in almost all other source files.
-rw-r--r--sys/dev/uart/uart_bus_pccard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_bus_pccard.c b/sys/dev/uart/uart_bus_pccard.c
index d062e6e..665c4f4 100644
--- a/sys/dev/uart/uart_bus_pccard.c
+++ b/sys/dev/uart/uart_bus_pccard.c
@@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$");
#include <machine/bus_pio.h>
#include <machine/bus.h>
#include <machine/resource.h>
-#include <sys/timepps.h>
#include <dev/pccard/pccardreg.h>
#include <dev/pccard/pccardvar.h>
OpenPOWER on IntegriCloud