From cf5d3d768f1a32914af38c53a25a7d8bff5f97a1 Mon Sep 17 00:00:00 2001 From: David Howells Date: Fri, 25 May 2012 11:05:32 -0700 Subject: [PATCH] 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 --- datapath/datapath.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.43.0