Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2014 03:21:33 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r272928 - projects/bhyve_svm/sys/amd64/vmm/amd
Message-ID:  <201410110321.s9B3LX0w084204@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: neel
Date: Sat Oct 11 03:21:33 2014
New Revision: 272928
URL: https://svnweb.freebsd.org/changeset/base/272928

Log:
  Get rid of unused forward declaration of 'struct svm_softc'.

Modified:
  projects/bhyve_svm/sys/amd64/vmm/amd/npt.h

Modified: projects/bhyve_svm/sys/amd64/vmm/amd/npt.h
==============================================================================
--- projects/bhyve_svm/sys/amd64/vmm/amd/npt.h	Sat Oct 11 03:19:26 2014	(r272927)
+++ projects/bhyve_svm/sys/amd64/vmm/amd/npt.h	Sat Oct 11 03:21:33 2014	(r272928)
@@ -29,9 +29,8 @@
 #ifndef _SVM_NPT_H_
 #define _SVM_NPT_H_
 
-struct svm_softc;
-
 int 	svm_npt_init(int ipinum);
 struct	vmspace *svm_npt_alloc(vm_offset_t min, vm_offset_t max);
 void	svm_npt_free(struct vmspace *vmspace);
+
 #endif /* _SVM_NPT_H_ */



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