mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Make LKM entry consisten with tradition: pcic_mod().
This commit is contained in:
parent
e9dcb6be2d
commit
d19e0556a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11518
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue