Remove opt_footbridge from conf.c

Use dev/ic/i8253reg.h instead of private timerreg.h
This commit is contained in:
matt 2001-07-29 00:34:44 +00:00
parent 21167a9dcd
commit ed87139e40
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: conf.c,v 1.1 2001/05/09 15:58:07 matt Exp $ */
/* $NetBSD: conf.c,v 1.2 2001/07/29 00:34:44 matt Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@ -44,7 +44,6 @@
* Created : 17/09/94
*/
#include "opt_footbridge.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hat.c,v 1.1 2001/05/09 15:58:07 matt Exp $ */
/* $NetBSD: hat.c,v 1.2 2001/07/29 00:34:44 matt Exp $ */
/*
* Copyright 1997
@ -54,7 +54,7 @@
#include <dev/isa/isareg.h>
#include <dev/isa/isavar.h>
#include <dnard/isa/timerreg.h>
#include <dev/ic/i8253reg.h>
#include <dnard/dnard/fiq.h>
#include <dnard/dnard/sequoia.h>