datapath: Remove all #inclusions of asm/system.h
authorDavid Howells <dhowells@redhat.com>
Fri, 25 May 2012 18:05:32 +0000 (11:05 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 25 May 2012 18:05:57 +0000 (11:05 -0700)
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*<asm/system[.]h>.*\n!!' `grep -Irl '^#\s*include\s*<asm/system[.]h>' *`

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c

index a4376a0115f645c3ae4590ef93b7f2bb1532648f..605253d8556e92bccfd2bdd8d1d47c6934790a47 100644 (file)
@@ -39,7 +39,6 @@
 #include <linux/version.h>
 #include <linux/ethtool.h>
 #include <linux/wait.h>
-#include <asm/system.h>
 #include <asm/div64.h>
 #include <linux/highmem.h>
 #include <linux/netfilter_bridge.h>