Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2016 11:57:23 +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: r300495 - head/sys/compat/linuxkpi/common/include/linux
Message-ID:  <201605231157.u4NBvN14008138@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Mon May 23 11:57:23 2016
New Revision: 300495
URL: https://svnweb.freebsd.org/changeset/base/300495

Log:
  Make header file standalone by including definitions for needed
  linux_wait_xxx() functions.
  
  Obtained from:	kmacy @
  MFC after:	1 week
  Sponsored by:	Mellanox Technologies

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

Modified: head/sys/compat/linuxkpi/common/include/linux/completion.h
==============================================================================
--- head/sys/compat/linuxkpi/common/include/linux/completion.h	Mon May 23 11:53:00 2016	(r300494)
+++ head/sys/compat/linuxkpi/common/include/linux/completion.h	Mon May 23 11:57:23 2016	(r300495)
@@ -32,6 +32,7 @@
 #define	_LINUX_COMPLETION_H_
 
 #include <linux/errno.h>
+#include <linux/wait.h>
 
 struct completion {
 	unsigned int done;



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