summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-16 13:33:56 +0000
committerdg <dg@FreeBSD.org>1994-09-16 13:33:56 +0000
commitf40d319a8685d1524f17f2e46cffef6bf9763224 (patch)
tree54f2e11922d9e64f624a46a9dfeb32d8581fdeea /sys/dev/ep
parentcd1fdc31d4a5f75289c02b5a64cab1bbd4b53c0b (diff)
downloadFreeBSD-src-f40d319a8685d1524f17f2e46cffef6bf9763224.zip
FreeBSD-src-f40d319a8685d1524f17f2e46cffef6bf9763224.tar.gz
Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from
systm.h). Merged functionality of pio.h into cpufunc.h. Cleaned up some related code.
Diffstat (limited to 'sys/dev/ep')
-rw-r--r--sys/dev/ep/if_ep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c
index 7544de8..5868576 100644
--- a/sys/dev/ep/if_ep.c
+++ b/sys/dev/ep/if_ep.c
@@ -22,7 +22,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* From: if_ep.c,v 1.9 1994/01/25 10:46:29 deraadt Exp $
- * $Id: if_ep.c,v 1.11 1994/08/08 13:33:14 davidg Exp $
+ * $Id: if_ep.c,v 1.12 1994/09/03 18:10:43 ats Exp $
*/
#include "ep.h"
@@ -66,8 +66,6 @@
#include <net/bpfdesc.h>
#endif
-#include <machine/pio.h>
-
#include <i386/isa/isa.h>
#include <i386/isa/isa_device.h>
#include <i386/isa/icu.h>
OpenPOWER on IntegriCloud