summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_periph.c
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-01-14 06:22:10 +0000
committerjdp <jdp@FreeBSD.org>1999-01-14 06:22:10 +0000
commitb5fcc979e2fe24c1087aa899e9e0deb57b1ae78f (patch)
tree385219885ad26e127273be5a29746132b4e8bf3b /sys/cam/cam_periph.c
parent41b4515a6b7c3b1221bbf15ed6bafd9222e5f70b (diff)
downloadFreeBSD-src-b5fcc979e2fe24c1087aa899e9e0deb57b1ae78f.zip
FreeBSD-src-b5fcc979e2fe24c1087aa899e9e0deb57b1ae78f.tar.gz
Replace includes of <sys/kernel.h> with includes of
<sys/linker_set.h> in those files that use only the linker set definitions.
Diffstat (limited to 'sys/cam/cam_periph.c')
-rw-r--r--sys/cam/cam_periph.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/cam_periph.c b/sys/cam/cam_periph.c
index a5062dd..57ac533 100644
--- a/sys/cam/cam_periph.c
+++ b/sys/cam/cam_periph.c
@@ -26,14 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cam_periph.c,v 1.6 1998/10/22 22:16:48 ken Exp $
+ * $Id: cam_periph.c,v 1.8 1998/12/16 21:00:06 ken Exp $
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/types.h>
#include <sys/malloc.h>
-#include <sys/kernel.h>
+#include <sys/linker_set.h>
#include <sys/buf.h>
#include <sys/proc.h>
#include <sys/devicestat.h>
OpenPOWER on IntegriCloud