diff options
author | Dave Jones <davej@redhat.com> | 2005-11-13 16:08:09 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-13 18:14:20 -0800 |
commit | 93067f387e104e48e616436fe1804911f90402e3 (patch) | |
tree | 1daebbbbc5f391ab5dfe08b7f35a945154bb6f6e /drivers/media/video/saa711x.c | |
parent | 24b59258eb987c26c5813d7768c516422830db35 (diff) | |
download | talos-obmc-linux-93067f387e104e48e616436fe1804911f90402e3.tar.gz talos-obmc-linux-93067f387e104e48e616436fe1804911f90402e3.zip |
[PATCH] v4l: saa711x driver doesn't need segment.h
This breaks compilation on non-x86 architectures, and isn't even used.
Signed-off-by: Dave Jones <davej@redhat.com>
Acked-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/saa711x.c')
-rw-r--r-- | drivers/media/video/saa711x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/saa711x.c b/drivers/media/video/saa711x.c index 9aa8827de2c3..25b30f352d84 100644 --- a/drivers/media/video/saa711x.c +++ b/drivers/media/video/saa711x.c @@ -36,7 +36,6 @@ #include <asm/pgtable.h> #include <asm/page.h> #include <linux/sched.h> -#include <asm/segment.h> #include <linux/types.h> #include <asm/uaccess.h> #include <linux/videodev.h> |