public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] missed gratitious includes of asm/segment.h
@ 2005-08-30 16:40 Al Viro
  2005-09-19 18:28 ` [old mail] " Al Viro
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2005-08-30 16:40 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

	A bunch of gratitious includes of asm/segment.h (outside of arch/*,
at that) had been missed by removals.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
----
diff -urN RC13-base/drivers/isdn/hisax/hisax.h current/drivers/isdn/hisax/hisax.h
--- RC13-base/drivers/isdn/hisax/hisax.h	2005-08-28 23:09:43.000000000 -0400
+++ current/drivers/isdn/hisax/hisax.h	2005-08-30 03:25:18.000000000 -0400
@@ -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>
diff -urN RC13-base/drivers/media/video/adv7170.c current/drivers/media/video/adv7170.c
--- RC13-base/drivers/media/video/adv7170.c	2005-08-28 23:09:43.000000000 -0400
+++ current/drivers/media/video/adv7170.c	2005-08-30 03:25:18.000000000 -0400
@@ -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 -urN RC13-base/drivers/media/video/adv7175.c current/drivers/media/video/adv7175.c
--- RC13-base/drivers/media/video/adv7175.c	2005-08-28 23:09:43.000000000 -0400
+++ current/drivers/media/video/adv7175.c	2005-08-30 03:25:18.000000000 -0400
@@ -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 -urN RC13-base/drivers/media/video/bt819.c current/drivers/media/video/bt819.c
--- RC13-base/drivers/media/video/bt819.c	2005-08-28 23:09:43.000000000 -0400
+++ current/drivers/media/video/bt819.c	2005-08-30 03:25:18.000000000 -0400
@@ -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 -urN RC13-base/drivers/media/video/bt856.c current/drivers/media/video/bt856.c
--- RC13-base/drivers/media/video/bt856.c	2005-08-28 23:09:43.000000000 -0400
+++ current/drivers/media/video/bt856.c	2005-08-30 03:25:18.000000000 -0400
@@ -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 -urN RC13-base/drivers/media/video/saa7111.c current/drivers/media/video/saa7111.c
--- RC13-base/drivers/media/video/saa7111.c	2005-08-28 23:09:43.000000000 -0400
+++ current/drivers/media/video/saa7111.c	2005-08-30 03:25:18.000000000 -0400
@@ -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 -urN RC13-base/drivers/media/video/saa7114.c current/drivers/media/video/saa7114.c
--- RC13-base/drivers/media/video/saa7114.c	2005-08-28 23:09:43.000000000 -0400
+++ current/drivers/media/video/saa7114.c	2005-08-30 03:25:18.000000000 -0400
@@ -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 -urN RC13-base/drivers/media/video/saa7185.c current/drivers/media/video/saa7185.c
--- RC13-base/drivers/media/video/saa7185.c	2005-08-28 23:09:43.000000000 -0400
+++ current/drivers/media/video/saa7185.c	2005-08-30 03:25:18.000000000 -0400
@@ -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 -urN RC13-base/include/linux/isdn.h current/include/linux/isdn.h
--- RC13-base/include/linux/isdn.h	2005-06-17 15:48:29.000000000 -0400
+++ current/include/linux/isdn.h	2005-08-30 03:25:18.000000000 -0400
@@ -150,7 +150,6 @@
 #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>

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

* [old mail] Re: [PATCH] missed gratitious includes of asm/segment.h
  2005-08-30 16:40 [PATCH] missed gratitious includes of asm/segment.h Al Viro
@ 2005-09-19 18:28 ` Al Viro
  0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2005-09-19 18:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

On Tue, Aug 30, 2005 at 05:40:49PM +0100, Al Viro wrote:

Gaaack...  Please, ignore - that's the stuff stuck in parcelfarce queue
back when it died.

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

end of thread, other threads:[~2005-09-19 18:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-30 16:40 [PATCH] missed gratitious includes of asm/segment.h Al Viro
2005-09-19 18:28 ` [old mail] " Al Viro

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