summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_bus_pccard.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/uart/uart_bus_pccard.c')
-rw-r--r--sys/dev/uart/uart_bus_pccard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/uart/uart_bus_pccard.c b/sys/dev/uart/uart_bus_pccard.c
index 796b288..5f0e02b 100644
--- a/sys/dev/uart/uart_bus_pccard.c
+++ b/sys/dev/uart/uart_bus_pccard.c
@@ -36,13 +36,13 @@ __FBSDID("$FreeBSD$");
#include <machine/resource.h>
#include <dev/pccard/pccard_cis.h>
-#include "pccarddevs.h"
-#include <dev/pccard/pccardreg.h>
#include <dev/pccard/pccardvar.h>
#include <dev/uart/uart.h>
#include <dev/uart/uart_bus.h>
+#include "pccarddevs.h"
+
static int uart_pccard_match(device_t self);
static int uart_pccard_probe(device_t dev);
OpenPOWER on IntegriCloud