saa711x driver doesn't need segment.h

From: Dave Jones
Date: Thu Nov 10 2005 - 17:13:58 EST


This breaks compilation on non-x86 architectures,
and isn't even used.

Signed-off-by: Dave Jones <davej@xxxxxxxxxx>

--- linux-2.6.14/drivers/media/video/saa711x.c~ 2005-11-10 15:27:05.000000000 -0500
+++ linux-2.6.14/drivers/media/video/saa711x.c 2005-11-10 15:27:33.000000000 -0500
@@ -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>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/