summaryrefslogtreecommitdiffstats
path: root/sys/pccard
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-15 16:59:36 +0000
committerphk <phk@FreeBSD.org>1995-10-15 16:59:36 +0000
commitf3523ea047da45c2ff69b3072f956da2a2dfa5a9 (patch)
tree8419fb9002af795fc659a4f5d4853c795293f035 /sys/pccard
parent380fa2c5386b9976a6400ba3e27750d41cc2de46 (diff)
downloadFreeBSD-src-f3523ea047da45c2ff69b3072f956da2a2dfa5a9.zip
FreeBSD-src-f3523ea047da45c2ff69b3072f956da2a2dfa5a9.tar.gz
Make LKM entry consisten with tradition: pcic_mod().
Diffstat (limited to 'sys/pccard')
-rw-r--r--sys/pccard/pcic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index 56c0a7d..985c4bd 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -216,7 +216,7 @@ int cmd;
* case it should return an errno from errno.h).
*/
int
-lkm_pcic(lkmtp, cmd, ver)
+pcic_mod(lkmtp, cmd, ver)
struct lkm_table *lkmtp;
int cmd;
int ver;
OpenPOWER on IntegriCloud