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)
commitcf5d3d768f1a32914af38c53a25a7d8bff5f97a1
treec9bb033f201b12882d6a26bb4af76cae5a5a7b4b
parent2508ac16defd417b94fb69689b6b1da4fbc76282
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*<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