Give the entry point of this LKM a sane name, as suggested by

Matthias Scheler <tron@lyssa.owl.de> in PR #3140.
This commit is contained in:
thorpej 1997-02-21 21:11:16 +00:00
parent 900bc3f621
commit bf13067994
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ static int ipl_load()
}
int xxxinit(lkmtp, cmd, ver)
int if_ipl_lkmentry(lkmtp, cmd, ver)
struct lkm_table *lkmtp;
int cmd, ver;
{