diff options
author | David Howells <dhowells@redhat.com> | 2012-03-28 13:30:03 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-03-28 13:30:03 -0400 |
commit | 9ffc93f203c18a70623f21950f1dd473c9ec48cd (patch) | |
tree | 1eb3536ae183b0bfbf7f5152a6fe4f430ae881c2 /drivers/parisc | |
parent | 96f951edb1f1bdbbc99b0cd458f9808bb83d58ae (diff) |
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>
Diffstat (limited to 'drivers/parisc')
-rw-r--r-- | drivers/parisc/dino.c | 1 | ||||
-rw-r--r-- | drivers/parisc/iosapic.c | 1 | ||||
-rw-r--r-- | drivers/parisc/lba_pci.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c index 7ff10c1e8664..9c5aae52a3b6 100644 --- a/drivers/parisc/dino.c +++ b/drivers/parisc/dino.c | |||
@@ -55,7 +55,6 @@ | |||
55 | 55 | ||
56 | #include <asm/pdc.h> | 56 | #include <asm/pdc.h> |
57 | #include <asm/page.h> | 57 | #include <asm/page.h> |
58 | #include <asm/system.h> | ||
59 | #include <asm/io.h> | 58 | #include <asm/io.h> |
60 | #include <asm/hardware.h> | 59 | #include <asm/hardware.h> |
61 | 60 | ||
diff --git a/drivers/parisc/iosapic.c b/drivers/parisc/iosapic.c index 95930d016235..1f9e9fefb8e7 100644 --- a/drivers/parisc/iosapic.c +++ b/drivers/parisc/iosapic.c | |||
@@ -140,7 +140,6 @@ | |||
140 | #include <asm/pdc.h> | 140 | #include <asm/pdc.h> |
141 | #include <asm/pdcpat.h> | 141 | #include <asm/pdcpat.h> |
142 | #include <asm/page.h> | 142 | #include <asm/page.h> |
143 | #include <asm/system.h> | ||
144 | #include <asm/io.h> /* read/write functions */ | 143 | #include <asm/io.h> /* read/write functions */ |
145 | #ifdef CONFIG_SUPERIO | 144 | #ifdef CONFIG_SUPERIO |
146 | #include <asm/superio.h> | 145 | #include <asm/superio.h> |
diff --git a/drivers/parisc/lba_pci.c b/drivers/parisc/lba_pci.c index d5f3d753a108..320e43a52e9d 100644 --- a/drivers/parisc/lba_pci.c +++ b/drivers/parisc/lba_pci.c | |||
@@ -43,7 +43,6 @@ | |||
43 | #include <asm/pdc.h> | 43 | #include <asm/pdc.h> |
44 | #include <asm/pdcpat.h> | 44 | #include <asm/pdcpat.h> |
45 | #include <asm/page.h> | 45 | #include <asm/page.h> |
46 | #include <asm/system.h> | ||
47 | 46 | ||
48 | #include <asm/ropes.h> | 47 | #include <asm/ropes.h> |
49 | #include <asm/hardware.h> /* for register_parisc_driver() stuff */ | 48 | #include <asm/hardware.h> /* for register_parisc_driver() stuff */ |