From: David Howells Date: Fri, 25 May 2012 18:05:32 +0000 (-0700) Subject: datapath: Remove all #inclusions of asm/system.h X-Git-Tag: sliver-openvswitch-1.8.90-0~48^2~404 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cf5d3d768f1a32914af38c53a25a7d8bff5f97a1;p=sliver-openvswitch.git datapath: Remove all #inclusions of asm/system.h Remove all #inclusions of asm/system.h preparatory to splitting and killing it. Performed with the following command: perl -p -i -e 's!^#\s*include\s*.*\n!!' `grep -Irl '^#\s*include\s*' *` Signed-off-by: David Howells Signed-off-by: Jesse Gross --- diff --git a/datapath/datapath.c b/datapath/datapath.c index a4376a011..605253d85 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include