Index: /trunk/include/VBox/gmm.h
===================================================================
--- /trunk/include/VBox/gmm.h	(revision 31348)
+++ /trunk/include/VBox/gmm.h	(revision 31349)
@@ -299,10 +299,8 @@
 GMMR0DECL(int)  GMMR0UnregisterSharedModule(PVM pVM, VMCPUID idCpu, char *pszModuleName, char *pszVersion, RTGCPTR GCBaseAddr, uint32_t cbModule);
 GMMR0DECL(int)  GMMR0UnregisterAllSharedModules(PVM pVM, VMCPUID idCpu);
-GMMR0DECL(int) GMMR0CheckSharedModules(PVM pVM, PVMCPU pVCpu);
+GMMR0DECL(int)  GMMR0CheckSharedModules(PVM pVM, PVMCPU pVCpu);
 GMMR0DECL(int)  GMMR0ResetSharedModules(PVM pVM, VMCPUID idCpu);
-#ifdef LOG_ENABLED
-GMMR0DECL(int) GMMR0CheckSharedModulesStart(PVM pVM);
-GMMR0DECL(int) GMMR0CheckSharedModulesEnd(PVM pVM);
-#endif
+GMMR0DECL(int)  GMMR0CheckSharedModulesStart(PVM pVM);
+GMMR0DECL(int)  GMMR0CheckSharedModulesEnd(PVM pVM);
 
 /**
