svn commit: r317818 - head/sys/dev/atkbdc
Vladimir Kondratyev
wulf at FreeBSD.org
Thu May 4 23:17:23 UTC 2017
Author: wulf
Date: Thu May 4 23:17:21 2017
New Revision: 317818
URL: https://svnweb.freebsd.org/changeset/base/317818
Log:
psm(4): Remove sys/libkern.h header inclusion
It is already included via sys/systm.h
Reviewed by: gonzo
Approved by: gonzo (mentor)
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D10266
Modified:
head/sys/dev/atkbdc/psm.c
Modified: head/sys/dev/atkbdc/psm.c
==============================================================================
--- head/sys/dev/atkbdc/psm.c Thu May 4 23:12:45 2017 (r317817)
+++ head/sys/dev/atkbdc/psm.c Thu May 4 23:17:21 2017 (r317818)
@@ -81,7 +81,6 @@ __FBSDID("$FreeBSD$");
#include <sys/sysctl.h>
#include <sys/time.h>
#include <sys/uio.h>
-#include <sys/libkern.h>
#include <sys/limits.h>
#include <sys/mouse.h>
More information about the svn-src-head
mailing list