Moved "#include <pci/pcivar.h>" from "usr.sbin/lsdev/i386.c"

to "/sys/i386/include/devconf.h", where it really belongs.
This commit is contained in:
Stefan Eßer 1995-02-04 12:47:19 +00:00
parent ddf5b7cc16
commit fabf3fb247
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: devconf.h,v 1.6 1994/11/02 23:44:11 se Exp $
* $Id: devconf.h,v 1.7 1995/02/02 05:42:47 jkh Exp $
*/
/*
* devconf.h - machine-dependent device configuration table
@ -68,6 +68,7 @@ struct machdep_devconf {
#include <i386/isa/isa_device.h>
#include <pci/pcireg.h>
#include <pci/pcivar.h>
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>

View file

@ -2,7 +2,6 @@
#include <stdio.h>
#include <string.h>
#include <machine/vmparam.h>
#include <pci/pcivar.h>
static void print_isa(struct devconf *);
static void print_eisa(struct devconf *);