svn commit: r272928 - projects/bhyve_svm/sys/amd64/vmm/amd

Neel Natu neel at FreeBSD.org
Sat Oct 11 03:21:34 UTC 2014


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


More information about the svn-src-projects mailing list