Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Mar 2017 20:06:47 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314675 - head/sys/compat/linuxkpi/common/include/linux
Message-ID:  <201703042006.v24K6lqi046371@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703042006.v24K6lqi046371>