From bbecfc3c42e3976a290d50113afb0c3f0a21c511 Mon Sep 17 00:00:00 2001 From: neel Date: Sat, 11 Oct 2014 03:21:33 +0000 Subject: Get rid of unused forward declaration of 'struct svm_softc'. --- sys/amd64/vmm/amd/npt.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/amd64/vmm') diff --git a/sys/amd64/vmm/amd/npt.h b/sys/amd64/vmm/amd/npt.h index be5c11e..5966474 100644 --- a/sys/amd64/vmm/amd/npt.h +++ b/sys/amd64/vmm/amd/npt.h @@ -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_ */ -- cgit v1.1