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>
此提交包含在:
David Howells
2012-03-28 18:30:03 +01:00
父節點 96f951edb1
當前提交 9ffc93f203
共有 510 個檔案被更改,包括 4 行新增512 行删除

查看文件

@@ -64,7 +64,6 @@
#include <linux/delay.h>
#include <linux/bitops.h>
#include <asm/system.h>
#include <asm/ecard.h>
#include <asm/io.h>

查看文件

@@ -47,7 +47,6 @@ static const char version[] =
#include <linux/bitops.h>
#include <linux/jiffies.h>
#include <asm/system.h>
#include <asm/io.h>
#include <asm/dma.h>