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/tty | |
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/tty')
-rw-r--r-- | drivers/tty/amiserial.c | 1 | ||||
-rw-r--r-- | drivers/tty/isicom.c | 1 | ||||
-rw-r--r-- | drivers/tty/moxa.c | 1 | ||||
-rw-r--r-- | drivers/tty/mxser.c | 1 | ||||
-rw-r--r-- | drivers/tty/n_hdlc.c | 1 | ||||
-rw-r--r-- | drivers/tty/n_tty.c | 1 | ||||
-rw-r--r-- | drivers/tty/pty.c | 1 | ||||
-rw-r--r-- | drivers/tty/serial/68328serial.c | 1 | ||||
-rw-r--r-- | drivers/tty/serial/8250/serial_cs.c | 1 | ||||
-rw-r--r-- | drivers/tty/serial/crisv10.c | 1 | ||||
-rw-r--r-- | drivers/tty/serial/dz.c | 1 | ||||
-rw-r--r-- | drivers/tty/serial/icom.c | 1 | ||||
-rw-r--r-- | drivers/tty/serial/msm_serial_hs.c | 1 | ||||
-rw-r--r-- | drivers/tty/serial/zs.c | 1 | ||||
-rw-r--r-- | drivers/tty/synclink.c | 1 | ||||
-rw-r--r-- | drivers/tty/synclink_gt.c | 1 | ||||
-rw-r--r-- | drivers/tty/synclinkmp.c | 1 | ||||
-rw-r--r-- | drivers/tty/tty_io.c | 1 | ||||
-rw-r--r-- | drivers/tty/tty_ioctl.c | 1 | ||||
-rw-r--r-- | drivers/tty/vt/vt.c | 1 |
20 files changed, 0 insertions, 20 deletions
diff --git a/drivers/tty/amiserial.c b/drivers/tty/amiserial.c index afadcd43d14e..24145c30c9b0 100644 --- a/drivers/tty/amiserial.c +++ b/drivers/tty/amiserial.c | |||
@@ -85,7 +85,6 @@ static char *serial_version = "4.30"; | |||
85 | 85 | ||
86 | #include <asm/setup.h> | 86 | #include <asm/setup.h> |
87 | 87 | ||
88 | #include <asm/system.h> | ||
89 | 88 | ||
90 | #include <asm/irq.h> | 89 | #include <asm/irq.h> |
91 | 90 | ||
diff --git a/drivers/tty/isicom.c b/drivers/tty/isicom.c index 03c14979accf..794ecb40017c 100644 --- a/drivers/tty/isicom.c +++ b/drivers/tty/isicom.c | |||
@@ -133,7 +133,6 @@ | |||
133 | 133 | ||
134 | #include <linux/uaccess.h> | 134 | #include <linux/uaccess.h> |
135 | #include <linux/io.h> | 135 | #include <linux/io.h> |
136 | #include <asm/system.h> | ||
137 | 136 | ||
138 | #include <linux/pci.h> | 137 | #include <linux/pci.h> |
139 | 138 | ||
diff --git a/drivers/tty/moxa.c b/drivers/tty/moxa.c index 8a8d0440bab0..324467d28a54 100644 --- a/drivers/tty/moxa.c +++ b/drivers/tty/moxa.c | |||
@@ -46,7 +46,6 @@ | |||
46 | #include <linux/slab.h> | 46 | #include <linux/slab.h> |
47 | #include <linux/ratelimit.h> | 47 | #include <linux/ratelimit.h> |
48 | 48 | ||
49 | #include <asm/system.h> | ||
50 | #include <asm/io.h> | 49 | #include <asm/io.h> |
51 | #include <asm/uaccess.h> | 50 | #include <asm/uaccess.h> |
52 | 51 | ||
diff --git a/drivers/tty/mxser.c b/drivers/tty/mxser.c index 17ff377e4129..c6f372dd5623 100644 --- a/drivers/tty/mxser.c +++ b/drivers/tty/mxser.c | |||
@@ -41,7 +41,6 @@ | |||
41 | #include <linux/slab.h> | 41 | #include <linux/slab.h> |
42 | #include <linux/ratelimit.h> | 42 | #include <linux/ratelimit.h> |
43 | 43 | ||
44 | #include <asm/system.h> | ||
45 | #include <asm/io.h> | 44 | #include <asm/io.h> |
46 | #include <asm/irq.h> | 45 | #include <asm/irq.h> |
47 | #include <asm/uaccess.h> | 46 | #include <asm/uaccess.h> |
diff --git a/drivers/tty/n_hdlc.c b/drivers/tty/n_hdlc.c index a09ce3ef5d74..1b2db9a3038c 100644 --- a/drivers/tty/n_hdlc.c +++ b/drivers/tty/n_hdlc.c | |||
@@ -102,7 +102,6 @@ | |||
102 | #include <linux/if.h> | 102 | #include <linux/if.h> |
103 | #include <linux/bitops.h> | 103 | #include <linux/bitops.h> |
104 | 104 | ||
105 | #include <asm/system.h> | ||
106 | #include <asm/termios.h> | 105 | #include <asm/termios.h> |
107 | #include <asm/uaccess.h> | 106 | #include <asm/uaccess.h> |
108 | 107 | ||
diff --git a/drivers/tty/n_tty.c b/drivers/tty/n_tty.c index d2256d08ee7e..94b6eda87afd 100644 --- a/drivers/tty/n_tty.c +++ b/drivers/tty/n_tty.c | |||
@@ -50,7 +50,6 @@ | |||
50 | #include <linux/uaccess.h> | 50 | #include <linux/uaccess.h> |
51 | #include <linux/module.h> | 51 | #include <linux/module.h> |
52 | 52 | ||
53 | #include <asm/system.h> | ||
54 | 53 | ||
55 | /* number of characters left in xmit buffer before select has we have room */ | 54 | /* number of characters left in xmit buffer before select has we have room */ |
56 | #define WAKEUP_CHARS 256 | 55 | #define WAKEUP_CHARS 256 |
diff --git a/drivers/tty/pty.c b/drivers/tty/pty.c index f96ecaec24f8..eeae7fafe9a7 100644 --- a/drivers/tty/pty.c +++ b/drivers/tty/pty.c | |||
@@ -27,7 +27,6 @@ | |||
27 | #include <linux/devpts_fs.h> | 27 | #include <linux/devpts_fs.h> |
28 | #include <linux/slab.h> | 28 | #include <linux/slab.h> |
29 | 29 | ||
30 | #include <asm/system.h> | ||
31 | 30 | ||
32 | #ifdef CONFIG_UNIX98_PTYS | 31 | #ifdef CONFIG_UNIX98_PTYS |
33 | static struct tty_driver *ptm_driver; | 32 | static struct tty_driver *ptm_driver; |
diff --git a/drivers/tty/serial/68328serial.c b/drivers/tty/serial/68328serial.c index 7398390e7e65..5ce782529d65 100644 --- a/drivers/tty/serial/68328serial.c +++ b/drivers/tty/serial/68328serial.c | |||
@@ -39,7 +39,6 @@ | |||
39 | 39 | ||
40 | #include <asm/io.h> | 40 | #include <asm/io.h> |
41 | #include <asm/irq.h> | 41 | #include <asm/irq.h> |
42 | #include <asm/system.h> | ||
43 | #include <asm/delay.h> | 42 | #include <asm/delay.h> |
44 | #include <asm/uaccess.h> | 43 | #include <asm/uaccess.h> |
45 | 44 | ||
diff --git a/drivers/tty/serial/8250/serial_cs.c b/drivers/tty/serial/8250/serial_cs.c index 86090605a84e..29b695d041ec 100644 --- a/drivers/tty/serial/8250/serial_cs.c +++ b/drivers/tty/serial/8250/serial_cs.c | |||
@@ -43,7 +43,6 @@ | |||
43 | #include <linux/delay.h> | 43 | #include <linux/delay.h> |
44 | #include <linux/major.h> | 44 | #include <linux/major.h> |
45 | #include <asm/io.h> | 45 | #include <asm/io.h> |
46 | #include <asm/system.h> | ||
47 | 46 | ||
48 | #include <pcmcia/cistpl.h> | 47 | #include <pcmcia/cistpl.h> |
49 | #include <pcmcia/ciscode.h> | 48 | #include <pcmcia/ciscode.h> |
diff --git a/drivers/tty/serial/crisv10.c b/drivers/tty/serial/crisv10.c index 90280ae18238..5b07c0c3a10c 100644 --- a/drivers/tty/serial/crisv10.c +++ b/drivers/tty/serial/crisv10.c | |||
@@ -34,7 +34,6 @@ static char *serial_version = "$Revision: 1.25 $"; | |||
34 | 34 | ||
35 | #include <asm/irq.h> | 35 | #include <asm/irq.h> |
36 | #include <asm/dma.h> | 36 | #include <asm/dma.h> |
37 | #include <asm/system.h> | ||
38 | 37 | ||
39 | #include <arch/svinto.h> | 38 | #include <arch/svinto.h> |
40 | #include <arch/system.h> | 39 | #include <arch/system.h> |
diff --git a/drivers/tty/serial/dz.c b/drivers/tty/serial/dz.c index e3699a84049f..6491b8644a7f 100644 --- a/drivers/tty/serial/dz.c +++ b/drivers/tty/serial/dz.c | |||
@@ -52,7 +52,6 @@ | |||
52 | #include <linux/atomic.h> | 52 | #include <linux/atomic.h> |
53 | #include <asm/bootinfo.h> | 53 | #include <asm/bootinfo.h> |
54 | #include <asm/io.h> | 54 | #include <asm/io.h> |
55 | #include <asm/system.h> | ||
56 | 55 | ||
57 | #include <asm/dec/interrupts.h> | 56 | #include <asm/dec/interrupts.h> |
58 | #include <asm/dec/kn01.h> | 57 | #include <asm/dec/kn01.h> |
diff --git a/drivers/tty/serial/icom.c b/drivers/tty/serial/icom.c index d55709a7a75a..defc4e3393a3 100644 --- a/drivers/tty/serial/icom.c +++ b/drivers/tty/serial/icom.c | |||
@@ -52,7 +52,6 @@ | |||
52 | #include <linux/firmware.h> | 52 | #include <linux/firmware.h> |
53 | #include <linux/bitops.h> | 53 | #include <linux/bitops.h> |
54 | 54 | ||
55 | #include <asm/system.h> | ||
56 | #include <asm/io.h> | 55 | #include <asm/io.h> |
57 | #include <asm/irq.h> | 56 | #include <asm/irq.h> |
58 | #include <asm/uaccess.h> | 57 | #include <asm/uaccess.h> |
diff --git a/drivers/tty/serial/msm_serial_hs.c b/drivers/tty/serial/msm_serial_hs.c index 5e85e1e14c44..fca13dc73e23 100644 --- a/drivers/tty/serial/msm_serial_hs.c +++ b/drivers/tty/serial/msm_serial_hs.c | |||
@@ -50,7 +50,6 @@ | |||
50 | 50 | ||
51 | #include <linux/atomic.h> | 51 | #include <linux/atomic.h> |
52 | #include <asm/irq.h> | 52 | #include <asm/irq.h> |
53 | #include <asm/system.h> | ||
54 | 53 | ||
55 | #include <mach/hardware.h> | 54 | #include <mach/hardware.h> |
56 | #include <mach/dma.h> | 55 | #include <mach/dma.h> |
diff --git a/drivers/tty/serial/zs.c b/drivers/tty/serial/zs.c index b7455b526080..4001eee6c08d 100644 --- a/drivers/tty/serial/zs.c +++ b/drivers/tty/serial/zs.c | |||
@@ -67,7 +67,6 @@ | |||
67 | #include <linux/types.h> | 67 | #include <linux/types.h> |
68 | 68 | ||
69 | #include <linux/atomic.h> | 69 | #include <linux/atomic.h> |
70 | #include <asm/system.h> | ||
71 | 70 | ||
72 | #include <asm/dec/interrupts.h> | 71 | #include <asm/dec/interrupts.h> |
73 | #include <asm/dec/ioasic_addrs.h> | 72 | #include <asm/dec/ioasic_addrs.h> |
diff --git a/drivers/tty/synclink.c b/drivers/tty/synclink.c index 8e518da85fd5..593d40ad0a6b 100644 --- a/drivers/tty/synclink.c +++ b/drivers/tty/synclink.c | |||
@@ -86,7 +86,6 @@ | |||
86 | #include <linux/ioctl.h> | 86 | #include <linux/ioctl.h> |
87 | #include <linux/synclink.h> | 87 | #include <linux/synclink.h> |
88 | 88 | ||
89 | #include <asm/system.h> | ||
90 | #include <asm/io.h> | 89 | #include <asm/io.h> |
91 | #include <asm/irq.h> | 90 | #include <asm/irq.h> |
92 | #include <asm/dma.h> | 91 | #include <asm/dma.h> |
diff --git a/drivers/tty/synclink_gt.c b/drivers/tty/synclink_gt.c index 34b1a3c43066..aa1debf97cc7 100644 --- a/drivers/tty/synclink_gt.c +++ b/drivers/tty/synclink_gt.c | |||
@@ -73,7 +73,6 @@ | |||
73 | #include <linux/hdlc.h> | 73 | #include <linux/hdlc.h> |
74 | #include <linux/synclink.h> | 74 | #include <linux/synclink.h> |
75 | 75 | ||
76 | #include <asm/system.h> | ||
77 | #include <asm/io.h> | 76 | #include <asm/io.h> |
78 | #include <asm/irq.h> | 77 | #include <asm/irq.h> |
79 | #include <asm/dma.h> | 78 | #include <asm/dma.h> |
diff --git a/drivers/tty/synclinkmp.c b/drivers/tty/synclinkmp.c index 4fb6c4b31b79..a3dddc12d2fe 100644 --- a/drivers/tty/synclinkmp.c +++ b/drivers/tty/synclinkmp.c | |||
@@ -58,7 +58,6 @@ | |||
58 | #include <linux/delay.h> | 58 | #include <linux/delay.h> |
59 | #include <linux/ioctl.h> | 59 | #include <linux/ioctl.h> |
60 | 60 | ||
61 | #include <asm/system.h> | ||
62 | #include <asm/io.h> | 61 | #include <asm/io.h> |
63 | #include <asm/irq.h> | 62 | #include <asm/irq.h> |
64 | #include <asm/dma.h> | 63 | #include <asm/dma.h> |
diff --git a/drivers/tty/tty_io.c b/drivers/tty/tty_io.c index dd8a938510ca..d939bd705c71 100644 --- a/drivers/tty/tty_io.c +++ b/drivers/tty/tty_io.c | |||
@@ -97,7 +97,6 @@ | |||
97 | #include <linux/ratelimit.h> | 97 | #include <linux/ratelimit.h> |
98 | 98 | ||
99 | #include <linux/uaccess.h> | 99 | #include <linux/uaccess.h> |
100 | #include <asm/system.h> | ||
101 | 100 | ||
102 | #include <linux/kbd_kern.h> | 101 | #include <linux/kbd_kern.h> |
103 | #include <linux/vt_kern.h> | 102 | #include <linux/vt_kern.h> |
diff --git a/drivers/tty/tty_ioctl.c b/drivers/tty/tty_ioctl.c index 9314d93c1a20..a1b9a2f68567 100644 --- a/drivers/tty/tty_ioctl.c +++ b/drivers/tty/tty_ioctl.c | |||
@@ -23,7 +23,6 @@ | |||
23 | 23 | ||
24 | #include <asm/io.h> | 24 | #include <asm/io.h> |
25 | #include <asm/uaccess.h> | 25 | #include <asm/uaccess.h> |
26 | #include <asm/system.h> | ||
27 | 26 | ||
28 | #undef TTY_DEBUG_WAIT_UNTIL_SENT | 27 | #undef TTY_DEBUG_WAIT_UNTIL_SENT |
29 | 28 | ||
diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c index 84c4a7d5603e..3bdd4b19dd06 100644 --- a/drivers/tty/vt/vt.c +++ b/drivers/tty/vt/vt.c | |||
@@ -99,7 +99,6 @@ | |||
99 | #include <linux/notifier.h> | 99 | #include <linux/notifier.h> |
100 | #include <linux/device.h> | 100 | #include <linux/device.h> |
101 | #include <linux/io.h> | 101 | #include <linux/io.h> |
102 | #include <asm/system.h> | ||
103 | #include <linux/uaccess.h> | 102 | #include <linux/uaccess.h> |
104 | #include <linux/kdb.h> | 103 | #include <linux/kdb.h> |
105 | #include <linux/ctype.h> | 104 | #include <linux/ctype.h> |