Author: hselasky
Date: Sat Mar  4 20:06:47 2017
New Revision: 314675
URL: https://svnweb.freebsd.org/changeset/base/314675

Log:
  Remove duplicate prototype in the LinuxKPI to fix compilation warning.
  
  Reported by:          emaste @
  MFC after:            1 week
  Sponsored by:         Mellanox Technologies

Modified:
  head/sys/compat/linuxkpi/common/include/linux/srcu.h

Modified: head/sys/compat/linuxkpi/common/include/linux/srcu.h
==============================================================================
--- head/sys/compat/linuxkpi/common/include/linux/srcu.h        Sat Mar  4 
18:11:59 2017        (r314674)
+++ head/sys/compat/linuxkpi/common/include/linux/srcu.h        Sat Mar  4 
20:06:47 2017        (r314675)
@@ -44,6 +44,5 @@ extern void synchronize_srcu(struct srcu
 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_ */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to