mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove a parameter name from a prototype.
This commit is contained in:
parent
05a2f79888
commit
d2979f90e7
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ struct kva_md_info {
|
|||
};
|
||||
|
||||
extern struct kva_md_info kmi;
|
||||
extern void vm_ksubmap_init(struct kva_md_info *kmi);
|
||||
extern void vm_ksubmap_init(struct kva_md_info *);
|
||||
|
||||
#endif /* VM_H */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue