summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_ep_pccard.c
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2002-05-31 01:08:49 +0000
committertakawata <takawata@FreeBSD.org>2002-05-31 01:08:49 +0000
commit94f9a3d5a86652c74123f13e1af7d684d827b5c5 (patch)
tree9d6709c5848a3be7293430b38d586e12f3426ef9 /sys/dev/ep/if_ep_pccard.c
parent8d5d2e362e96119a0faffb6eec2dd041e7cc4609 (diff)
downloadFreeBSD-src-94f9a3d5a86652c74123f13e1af7d684d827b5c5.zip
FreeBSD-src-94f9a3d5a86652c74123f13e1af7d684d827b5c5.tar.gz
Fix build breakage on my pccard related commit.
Diffstat (limited to 'sys/dev/ep/if_ep_pccard.c')
-rw-r--r--sys/dev/ep/if_ep_pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ep/if_ep_pccard.c b/sys/dev/ep/if_ep_pccard.c
index 0691e5b..997f4a7 100644
--- a/sys/dev/ep/if_ep_pccard.c
+++ b/sys/dev/ep/if_ep_pccard.c
@@ -56,9 +56,9 @@
#include <dev/ep/if_epreg.h>
#include <dev/ep/if_epvar.h>
-#include "card_if.h"
#include <dev/pccard/pccardvar.h>
#include <dev/pccard/pccarddevs.h>
+#include "card_if.h"
static const char *ep_pccard_identify(u_short id);
OpenPOWER on IntegriCloud