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:
hselasky 2017-03-04 20:06:47 +00:00
parent 2a79e1e958
commit e3550c1354

View File

@ -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_ */