mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove duplicate prototype in the LinuxKPI to fix compilation warning.
Reported by: emaste @ MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
f1f425aea0
commit
e0db0ddb39
1 changed files with 0 additions and 1 deletions
|
|
@ -44,6 +44,5 @@ extern void synchronize_srcu(struct srcu_struct *);
|
|||
extern void srcu_barrier(struct srcu_struct *);
|
||||
extern int init_srcu_struct(struct srcu_struct *);
|
||||
extern void cleanup_srcu_struct(struct srcu_struct *);
|
||||
extern void srcu_barrier(struct srcu_struct *);
|
||||
|
||||
#endif /* _LINUX_SRCU_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue