Remove unneeded include <sys/kernel.h> from FreeBSD by <phk@freebsd.org>

This commit is contained in:
onoe 2000-07-04 14:16:21 +00:00
parent a5b1f99a17
commit 0e23cbd506
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: am79c930.c,v 1.5 2000/03/23 13:57:58 onoe Exp $ */
/* $NetBSD: am79c930.c,v 1.6 2000/07/04 14:16:21 onoe Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -62,7 +62,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#ifndef __FreeBSD__
#include <sys/device.h>
#endif