svn commit: r314675 - head/sys/compat/linuxkpi/common/include/linux

Hans Petter Selasky hselasky at FreeBSD.org
Sat Mar 4 20:06:49 UTC 2017


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


More information about the svn-src-head mailing list