public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* saa711x driver doesn't need segment.h
@ 2005-11-10 22:14 Dave Jones
  2005-11-10 22:20 ` Mike Krufky
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Jones @ 2005-11-10 22:14 UTC (permalink / raw)
  To: Linux Kernel

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

Signed-off-by: Dave Jones <davej@redhat.com>

--- 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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-16  6:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-10 22:14 saa711x driver doesn't need segment.h Dave Jones
2005-11-10 22:20 ` Mike Krufky
2005-11-16  6:39   ` Dwaine Garden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox