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/net/appletalk | |
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/net/appletalk')
-rw-r--r-- | drivers/net/appletalk/cops.c | 1 | ||||
-rw-r--r-- | drivers/net/appletalk/ltpc.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/appletalk/cops.c b/drivers/net/appletalk/cops.c index 9abd4eb86dc1..dd5e04813b76 100644 --- a/drivers/net/appletalk/cops.c +++ b/drivers/net/appletalk/cops.c | |||
@@ -70,7 +70,6 @@ static const char *version = | |||
70 | #include <linux/bitops.h> | 70 | #include <linux/bitops.h> |
71 | #include <linux/jiffies.h> | 71 | #include <linux/jiffies.h> |
72 | 72 | ||
73 | #include <asm/system.h> | ||
74 | #include <asm/io.h> | 73 | #include <asm/io.h> |
75 | #include <asm/dma.h> | 74 | #include <asm/dma.h> |
76 | 75 | ||
diff --git a/drivers/net/appletalk/ltpc.c b/drivers/net/appletalk/ltpc.c index 6057b30417a2..0910dce3996d 100644 --- a/drivers/net/appletalk/ltpc.c +++ b/drivers/net/appletalk/ltpc.c | |||
@@ -229,7 +229,6 @@ static int dma; | |||
229 | #include <linux/bitops.h> | 229 | #include <linux/bitops.h> |
230 | #include <linux/gfp.h> | 230 | #include <linux/gfp.h> |
231 | 231 | ||
232 | #include <asm/system.h> | ||
233 | #include <asm/dma.h> | 232 | #include <asm/dma.h> |
234 | #include <asm/io.h> | 233 | #include <asm/io.h> |
235 | 234 | ||