diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-05-27 03:49:45 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-05-27 03:49:45 +0000 |
| commit | 2e31e339d14cb2dbcd32c3747ee7589160cd60cf (patch) | |
| tree | 03c5a44a01738f0202b18c0c101b670a5d3fb47c /sys/dev/ep | |
| parent | 54c9d8aabc9eedb3677747ae4846b391156983ad (diff) | |
Notes
Diffstat (limited to 'sys/dev/ep')
| -rw-r--r-- | sys/dev/ep/if_ep_pccard.c | 2 |
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 21225488986d..021b504e1761 100644 --- a/sys/dev/ep/if_ep_pccard.c +++ b/sys/dev/ep/if_ep_pccard.c @@ -56,9 +56,9 @@ __FBSDID("$FreeBSD$"); #include <dev/ep/if_epvar.h> #include <dev/pccard/pccardvar.h> -#include "pccarddevs.h" #include "card_if.h" +#include "pccarddevs.h" static const char *ep_pccard_identify(u_short id); |
