]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] Remove non-arch consumers of asm/segment.h
authorKumar Gala <galak@freescale.com>
Tue, 6 Sep 2005 22:17:47 +0000 (15:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:34 +0000 (16:57 -0700)
asm/segment.h varies greatly on different architectures but is clearly
deprecated.  Removing all non-architecture consumers will make it easier
for us to get ride of asm/segment.h all together.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
15 files changed:
drivers/isdn/hisax/hisax.h
drivers/media/video/adv7170.c
drivers/media/video/adv7175.c
drivers/media/video/bt819.c
drivers/media/video/bt856.c
drivers/media/video/saa7111.c
drivers/media/video/saa7114.c
drivers/media/video/saa7185.c
drivers/serial/68328serial.c
drivers/serial/crisv10.c
drivers/serial/icom.c
drivers/serial/mcfserial.c
drivers/video/q40fb.c
include/linux/isdn.h
sound/oss/os.h

index 17cf7663c58233fda3610b9890d2e663254ba643..6eb96cba4d299375e3d143a7c5b8366841a58dd5 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/errno.h>
 #include <linux/fs.h>
 #include <linux/major.h>
-#include <asm/segment.h>
 #include <asm/io.h>
 #include <linux/delay.h>
 #include <linux/kernel.h>
index 52e32f05d625b2fc9c0bcba9caa2aa60b9ac8878..1ca2b67aedfb653c66fc9b35467356d87604274f 100644 (file)
@@ -43,7 +43,6 @@
 #include <asm/pgtable.h>
 #include <asm/page.h>
 #include <linux/sched.h>
-#include <asm/segment.h>
 #include <linux/types.h>
 
 #include <linux/videodev.h>
index b5ed9544bdea14702564a7037f96ed9bc388e3ca..173bca1e02950cdd29d340e56474f1da30389fbb 100644 (file)
@@ -39,7 +39,6 @@
 #include <asm/pgtable.h>
 #include <asm/page.h>
 #include <linux/sched.h>
-#include <asm/segment.h>
 #include <linux/types.h>
 
 #include <linux/videodev.h>
index c6cfa7c48b04e5d5547437ab6703f61d25653dc2..3ee0afca76a7f1b206a39688648aacbd68e4ae5e 100644 (file)
@@ -43,7 +43,6 @@
 #include <asm/pgtable.h>
 #include <asm/page.h>
 #include <linux/sched.h>
-#include <asm/segment.h>
 #include <linux/types.h>
 
 #include <linux/videodev.h>
index c13d2865886882b36c3a8ee91f4a39a11e8c0362..8eb871d0e85b61cdf1d139d73116bcbd32ff88f8 100644 (file)
@@ -43,7 +43,6 @@
 #include <asm/pgtable.h>
 #include <asm/page.h>
 #include <linux/sched.h>
-#include <asm/segment.h>
 #include <linux/types.h>
 
 #include <linux/videodev.h>
index f18df53d98ff16c7b7b1027b5d0e5057ae7510c3..fe8a5e45396982ca0a1a62ee2ab6571ca4d7ba23 100644 (file)
@@ -42,7 +42,6 @@
 #include <asm/pgtable.h>
 #include <asm/page.h>
 #include <linux/sched.h>
-#include <asm/segment.h>
 #include <linux/types.h>
 
 #include <linux/videodev.h>
index e0c70f54f0737f93cc8aa519fb588b93c0794eed..d9f50e2f7b92f1c14997945c465ffdc13fad668c 100644 (file)
@@ -45,7 +45,6 @@
 #include <asm/pgtable.h>
 #include <asm/page.h>
 #include <linux/sched.h>
-#include <asm/segment.h>
 #include <linux/types.h>
 
 #include <linux/videodev.h>
index e93412f4407cb9d7fa1008d4c21a9e018555d534..132aa7943c1625a7385a15a9d69bbd37b3864a3e 100644 (file)
@@ -39,7 +39,6 @@
 #include <asm/pgtable.h>
 #include <asm/page.h>
 #include <linux/sched.h>
-#include <asm/segment.h>
 #include <linux/types.h>
 
 #include <linux/videodev.h>
index 9097f2f7b12a6bb5a1dbfb88a79c6a40ed14051b..2efb317153ce19a8ca7d974c3b18b03bddb62c60 100644 (file)
@@ -40,7 +40,6 @@
 #include <asm/io.h>
 #include <asm/irq.h>
 #include <asm/system.h>
-#include <asm/segment.h>
 #include <asm/delay.h>
 #include <asm/uaccess.h>
 
index 5690594b257bb4f7aabc64b9cc82ea41e1a6de1b..40d3e7139cfea2518fff6c2a758e0bdc4c5cd53d 100644 (file)
@@ -446,7 +446,6 @@ static char *serial_version = "$Revision: 1.25 $";
 #include <asm/io.h>
 #include <asm/irq.h>
 #include <asm/system.h>
-#include <asm/segment.h>
 #include <asm/bitops.h>
 #include <linux/delay.h>
 
index 79f8df4d66b799e06625ea9218371eacd268224b..eb31125c6a30f84de2416f80c939bc1eae412fc8 100644 (file)
@@ -56,7 +56,6 @@
 #include <linux/bitops.h>
 
 #include <asm/system.h>
-#include <asm/segment.h>
 #include <asm/io.h>
 #include <asm/irq.h>
 #include <asm/uaccess.h>
index 8c40167778dea949e077954a10445736f9f6ea21..43b03c55f453859a2902c7dc50d72f741b508e20 100644 (file)
@@ -40,7 +40,6 @@
 #include <asm/io.h>
 #include <asm/irq.h>
 #include <asm/system.h>
-#include <asm/segment.h>
 #include <asm/semaphore.h>
 #include <asm/delay.h>
 #include <asm/coldfire.h>
index 71b69da0c40d761b36f1891f02b2448a1caac7de..162012bb9264edd2bb58af8b4d9b609e4b940697 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <asm/uaccess.h>
 #include <asm/setup.h>
-#include <asm/segment.h>
 #include <asm/system.h>
 #include <asm/q40_master.h>
 #include <linux/fb.h>
index 862083eb58ab2d6650b876576d2ddd9e81e162b2..53eaee96065bc0512370b866511c7b3ed4f11737 100644 (file)
@@ -150,7 +150,6 @@ typedef struct {
 #include <linux/errno.h>
 #include <linux/fs.h>
 #include <linux/major.h>
-#include <asm/segment.h>
 #include <asm/io.h>
 #include <linux/kernel.h>
 #include <linux/signal.h>
index d6b96297835ca8b2ab284d4a1920c59848177f15..80dce329cc3a65d8d0a9fcef8793370c415a2687 100644 (file)
@@ -19,9 +19,6 @@
 #include <linux/ioport.h>
 #include <asm/page.h>
 #include <asm/system.h>
-#ifdef __alpha__
-#include <asm/segment.h>
-#endif
 #include <linux/vmalloc.h>
 #include <asm/uaccess.h>
 #include <linux/poll.h>