summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ed/if_ed.c')
-rw-r--r--sys/dev/ed/if_ed.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index d670bf2..d5d6ad9 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ed.c,v 1.140 1998/04/17 22:36:34 des Exp $
+ * $Id: if_ed.c,v 1.141 1998/06/07 17:10:26 dfr Exp $
*/
/*
@@ -70,10 +70,6 @@
#include <net/bpf.h>
#endif
-#if NPNP > 0
-#include <i386/isa/pnp.h>
-#endif
-
#include <machine/clock.h>
#include <machine/md_var.h>
@@ -81,6 +77,10 @@
#include <i386/isa/icu.h>
#include <i386/isa/if_edreg.h>
+#if NPNP > 0
+#include <i386/isa/pnp.h>
+#endif
+
/*
* ed_softc: per line info and status
*/
OpenPOWER on IntegriCloud