public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: viro@ZenIV.linux.org.uk
To: Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] missed gratitious includes of asm/segment.h
Date: Fri, 2 Sep 2005 20:14:32 +0100	[thread overview]
Message-ID: <20050902191432.GD5155@ZenIV.linux.org.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@zeniv.linux.org.uk>
----
diff -urN RC13-s390-phy/drivers/isdn/hisax/hisax.h RC13-segment/drivers/isdn/hisax/hisax.h
--- RC13-s390-phy/drivers/isdn/hisax/hisax.h	2005-08-10 10:37:49.000000000 -0400
+++ RC13-segment/drivers/isdn/hisax/hisax.h	2005-09-02 03:34:22.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-s390-phy/drivers/media/video/adv7170.c RC13-segment/drivers/media/video/adv7170.c
--- RC13-s390-phy/drivers/media/video/adv7170.c	2005-08-10 10:37:49.000000000 -0400
+++ RC13-segment/drivers/media/video/adv7170.c	2005-09-02 03:34:22.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-s390-phy/drivers/media/video/adv7175.c RC13-segment/drivers/media/video/adv7175.c
--- RC13-s390-phy/drivers/media/video/adv7175.c	2005-08-10 10:37:49.000000000 -0400
+++ RC13-segment/drivers/media/video/adv7175.c	2005-09-02 03:34:22.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-s390-phy/drivers/media/video/bt819.c RC13-segment/drivers/media/video/bt819.c
--- RC13-s390-phy/drivers/media/video/bt819.c	2005-08-10 10:37:49.000000000 -0400
+++ RC13-segment/drivers/media/video/bt819.c	2005-09-02 03:34:22.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-s390-phy/drivers/media/video/bt856.c RC13-segment/drivers/media/video/bt856.c
--- RC13-s390-phy/drivers/media/video/bt856.c	2005-08-10 10:37:49.000000000 -0400
+++ RC13-segment/drivers/media/video/bt856.c	2005-09-02 03:34:22.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-s390-phy/drivers/media/video/saa7111.c RC13-segment/drivers/media/video/saa7111.c
--- RC13-s390-phy/drivers/media/video/saa7111.c	2005-08-10 10:37:49.000000000 -0400
+++ RC13-segment/drivers/media/video/saa7111.c	2005-09-02 03:34:22.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-s390-phy/drivers/media/video/saa7114.c RC13-segment/drivers/media/video/saa7114.c
--- RC13-s390-phy/drivers/media/video/saa7114.c	2005-08-10 10:37:49.000000000 -0400
+++ RC13-segment/drivers/media/video/saa7114.c	2005-09-02 03:34:22.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-s390-phy/drivers/media/video/saa7185.c RC13-segment/drivers/media/video/saa7185.c
--- RC13-s390-phy/drivers/media/video/saa7185.c	2005-08-10 10:37:49.000000000 -0400
+++ RC13-segment/drivers/media/video/saa7185.c	2005-09-02 03:34:22.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-s390-phy/include/linux/isdn.h RC13-segment/include/linux/isdn.h
--- RC13-s390-phy/include/linux/isdn.h	2005-06-17 15:48:29.000000000 -0400
+++ RC13-segment/include/linux/isdn.h	2005-09-02 03:34:22.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-02 19:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-02 19:14 viro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-08-30 16:40 [PATCH] missed gratitious includes of asm/segment.h Al 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=20050902191432.GD5155@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.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