public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
To: Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] missed gratitious includes of asm/segment.h
Date: Tue, 30 Aug 2005 17:40:49 +0100	[thread overview]
Message-ID: <20050830164049.GL9322@parcelfarce.linux.theplanet.co.uk> (raw)

	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>

             reply	other threads:[~2005-09-19 18:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-30 16:40 Al Viro [this message]
2005-09-19 18:28 ` [old mail] Re: [PATCH] missed gratitious includes of asm/segment.h Al Viro
  -- strict thread matches above, loose matches on Subject: below --
2005-09-02 19:14 viro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050830164049.GL9322@parcelfarce.linux.theplanet.co.uk \
    --to=viro@parcelfarce.linux.theplanet.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox