summaryrefslogtreecommitdiffstats
path: root/sys/pccard
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-17 08:36:07 +0000
committerpeter <peter@FreeBSD.org>1999-04-17 08:36:07 +0000
commitb5e9563d84590b94d1127eb1bb14343674e119e1 (patch)
tree2e1c84a0a84b35eb08454dc1781eea919d024769 /sys/pccard
parentea1e34d0c957e00ae335d21b817cb316bfafa43e (diff)
downloadFreeBSD-src-b5e9563d84590b94d1127eb1bb14343674e119e1.zip
FreeBSD-src-b5e9563d84590b94d1127eb1bb14343674e119e1.tar.gz
Well folks, this is it - The second stage of the removal for build support
for LKM's..
Diffstat (limited to 'sys/pccard')
-rw-r--r--sys/pccard/pcic.c2
-rw-r--r--sys/pccard/skel.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index 1cf7f5f..2fcf7c9 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -253,7 +253,7 @@ static moduledata_t pcic_mod = {
DECLARE_MODULE(pcic, pcic_mod, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE);
/*
- * pcic_unload - Called when unloading a LKM.
+ * pcic_unload - Called when unloading a kernel module.
* Disables interrupts and resets PCIC.
*/
static int
diff --git a/sys/pccard/skel.c b/sys/pccard/skel.c
index 6991ab8..7c8c6a9 100644
--- a/sys/pccard/skel.c
+++ b/sys/pccard/skel.c
@@ -35,7 +35,6 @@
#include <sys/mount.h>
#include <sys/sysent.h>
#include <sys/exec.h>
-#include <sys/lkm.h>
#include <i386/isa/isa_device.h>
OpenPOWER on IntegriCloud