diff mbox

[ovs-dev,3/5] datapath-windows: Remove unused section from driver inf

Message ID 20161205153937.8288-4-aserdean@cloudbasesolutions.com
State Accepted
Delegated to: Guru Shetty
Headers show

Commit Message

Alin Serdean Dec. 5, 2016, 3:39 p.m. UTC
The new tool chain for Windows 10 driver contains a inf file checker.
While compiling it found the following issue:
 - Common.Params.reg is missing.

This patch removes the entry since it is not used, and at the moment
we do not add any specific keys to the Windows registry.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
---
 datapath-windows/ovsext/ovsext.inf | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/datapath-windows/ovsext/ovsext.inf b/datapath-windows/ovsext/ovsext.inf
index c067e72..ad98d0d 100644
--- a/datapath-windows/ovsext/ovsext.inf
+++ b/datapath-windows/ovsext/ovsext.inf
@@ -74,7 +74,6 @@  ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
 ServiceBinary   = %12%\OVSExt.sys
 LoadOrderGroup  = NDIS
 Description     = %OVSExt_Desc%
-AddReg          = Common.Params.reg
 
 [Install.Remove.Services]
 DelService=OVSExt,0x200