Include <i386/isa/pnp.h> after including its prerequisite

<i386/isa/isa_device.h> - don't depend on pollution in <sys/conf.h>
including the prerequisite earlier.
This commit is contained in:
Bruce Evans 1998-06-17 14:01:00 +00:00
parent b6f37c1954
commit f878d7eebd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37032
2 changed files with 10 additions and 10 deletions

View File

@ -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
*/

View File

@ -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
*/