diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-06 15:17:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-07 16:57:34 -0700 |
commit | 9c45817f41af987277353e463c78a1c6beb37da2 (patch) | |
tree | 8abe92528688a34e467ce4b475c529e01b77a580 /drivers/media/video | |
parent | 309c0a1d5d1dae2e543bfc5a0e762d0424696e0d (diff) | |
download | op-kernel-dev-9c45817f41af987277353e463c78a1c6beb37da2.zip op-kernel-dev-9c45817f41af987277353e463c78a1c6beb37da2.tar.gz |
[PATCH] Remove non-arch consumers of asm/segment.h
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>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/adv7170.c | 1 | ||||
-rw-r--r-- | drivers/media/video/adv7175.c | 1 | ||||
-rw-r--r-- | drivers/media/video/bt819.c | 1 | ||||
-rw-r--r-- | drivers/media/video/bt856.c | 1 | ||||
-rw-r--r-- | drivers/media/video/saa7111.c | 1 | ||||
-rw-r--r-- | drivers/media/video/saa7114.c | 1 | ||||
-rw-r--r-- | drivers/media/video/saa7185.c | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/video/adv7170.c b/drivers/media/video/adv7170.c index 52e32f0..1ca2b67 100644 --- a/drivers/media/video/adv7170.c +++ b/drivers/media/video/adv7170.c @@ -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> diff --git a/drivers/media/video/adv7175.c b/drivers/media/video/adv7175.c index b5ed954..173bca1 100644 --- a/drivers/media/video/adv7175.c +++ b/drivers/media/video/adv7175.c @@ -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> diff --git a/drivers/media/video/bt819.c b/drivers/media/video/bt819.c index c6cfa7c..3ee0afc 100644 --- a/drivers/media/video/bt819.c +++ b/drivers/media/video/bt819.c @@ -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> diff --git a/drivers/media/video/bt856.c b/drivers/media/video/bt856.c index c13d286..8eb871d 100644 --- a/drivers/media/video/bt856.c +++ b/drivers/media/video/bt856.c @@ -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> diff --git a/drivers/media/video/saa7111.c b/drivers/media/video/saa7111.c index f18df53..fe8a5e4 100644 --- a/drivers/media/video/saa7111.c +++ b/drivers/media/video/saa7111.c @@ -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> diff --git a/drivers/media/video/saa7114.c b/drivers/media/video/saa7114.c index e0c70f5..d9f50e2 100644 --- a/drivers/media/video/saa7114.c +++ b/drivers/media/video/saa7114.c @@ -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> diff --git a/drivers/media/video/saa7185.c b/drivers/media/video/saa7185.c index e93412f..132aa79 100644 --- a/drivers/media/video/saa7185.c +++ b/drivers/media/video/saa7185.c @@ -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> |