diff options
author | jkh <jkh@FreeBSD.org> | 1998-05-21 17:05:32 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-05-21 17:05:32 +0000 |
commit | bf12e7b4b2753daf6c48943f2d7feca8c3415c40 (patch) | |
tree | 6cc8c5e196d0cfabaab21f569c2d644b2bcc6c70 /sys/pci | |
parent | 39260f01029b537e83e9ceb5f6274bc8f971cd12 (diff) | |
download | FreeBSD-src-bf12e7b4b2753daf6c48943f2d7feca8c3415c40.zip FreeBSD-src-bf12e7b4b2753daf6c48943f2d7feca8c3415c40.tar.gz |
Yeargh! After all that, I forgot to remove the #include.
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/if_tl.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c index 572c3b6..c2677a3 100644 --- a/sys/pci/if_tl.c +++ b/sys/pci/if_tl.c @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_tl.c,v 1.1 1998/05/21 03:19:55 wpaul Exp $ + * $Id: if_tl.c,v 1.2 1998/05/21 16:24:04 jkh Exp $ */ /* @@ -236,13 +236,11 @@ #include <pci/pcireg.h> #include <pci/pcivar.h> -#include <osreldate.h> - #include <pci/if_tlreg.h> #ifndef lint static char rcsid[] = - "$Id: if_tl.c,v 1.1 1998/05/21 03:19:55 wpaul Exp $"; + "$Id: if_tl.c,v 1.2 1998/05/21 16:24:04 jkh Exp $"; #endif /* |