Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 21 Nov 2002 19:05:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 21 Nov 2002 19:05:24 -0500 Received: from orion.netbank.com.br ([200.203.199.90]:60676 "EHLO orion.netbank.com.br") by vger.kernel.org with ESMTP id ; Thu, 21 Nov 2002 19:05:17 -0500 Date: Thu, 21 Nov 2002 22:12:13 -0200 From: Arnaldo Carvalho de Melo To: Linus Torvalds Cc: Linux Kernel Mailing List Subject: [PATCH] access.h: remove include sched.h, it only needs thread_info.h Message-ID: <20021122001213.GC31594@conectiva.com.br> Mail-Followup-To: Arnaldo Carvalho de Melo , Linus Torvalds , Linux Kernel Mailing List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Url: http://advogato.org/person/acme Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 6659 Lines: 200 Linus, Please pull from: master.kernel.org:/home/acme/BK/includes-2.5 Now there are just this outstanding changeset. - Arnaldo You can import this changeset into BK by piping this whole message to: '| bk receive [path to repository]' or apply the patch as usual. =================================================================== ChangeSet@1.932, 2002-11-21 22:01:05-02:00, acme@conectiva.com.br o uaccess.h: remove include sched.h, it only needs thread_info.h drivers/parport/daisy.c | 3 +++ drivers/parport/ieee1284_ops.c | 1 + fs/autofs/autofs_i.h | 3 +++ fs/autofs4/autofs_i.h | 2 ++ fs/ext2/ioctl.c | 2 ++ include/asm-i386/desc.h | 3 +++ include/asm-i386/mmu.h | 1 + include/asm-i386/uaccess.h | 2 +- include/pcmcia/mem_op.h | 1 + ipc/msg.c | 2 ++ 10 files changed, 19 insertions(+), 1 deletion(-) diff -Nru a/drivers/parport/daisy.c b/drivers/parport/daisy.c --- a/drivers/parport/daisy.c Thu Nov 21 22:01:28 2002 +++ b/drivers/parport/daisy.c Thu Nov 21 22:01:28 2002 @@ -21,6 +21,9 @@ #include #include +#include + +#include #include #define DEBUG /* undef me for production */ diff -Nru a/drivers/parport/ieee1284_ops.c b/drivers/parport/ieee1284_ops.c --- a/drivers/parport/ieee1284_ops.c Thu Nov 21 22:01:28 2002 +++ b/drivers/parport/ieee1284_ops.c Thu Nov 21 22:01:28 2002 @@ -17,6 +17,7 @@ #include #include #include +#include #include #undef DEBUG /* undef me for production */ diff -Nru a/fs/autofs/autofs_i.h b/fs/autofs/autofs_i.h --- a/fs/autofs/autofs_i.h Thu Nov 21 22:01:28 2002 +++ b/fs/autofs/autofs_i.h Thu Nov 21 22:01:28 2002 @@ -26,6 +26,9 @@ #include #include #include +#include + +#include #include #ifdef DEBUG diff -Nru a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h --- a/fs/autofs4/autofs_i.h Thu Nov 21 22:01:28 2002 +++ b/fs/autofs4/autofs_i.h Thu Nov 21 22:01:28 2002 @@ -24,6 +24,8 @@ #include #include #include +#include +#include #include /* #define DEBUG */ diff -Nru a/fs/ext2/ioctl.c b/fs/ext2/ioctl.c --- a/fs/ext2/ioctl.c Thu Nov 21 22:01:28 2002 +++ b/fs/ext2/ioctl.c Thu Nov 21 22:01:28 2002 @@ -9,6 +9,8 @@ #include "ext2.h" #include +#include +#include #include diff -Nru a/include/asm-i386/desc.h b/include/asm-i386/desc.h --- a/include/asm-i386/desc.h Thu Nov 21 22:01:28 2002 +++ b/include/asm-i386/desc.h Thu Nov 21 22:01:28 2002 @@ -6,6 +6,9 @@ #ifndef __ASSEMBLY__ +#include +#include + #include extern struct desc_struct cpu_gdt_table[NR_CPUS][GDT_ENTRIES]; diff -Nru a/include/asm-i386/mmu.h b/include/asm-i386/mmu.h --- a/include/asm-i386/mmu.h Thu Nov 21 22:01:28 2002 +++ b/include/asm-i386/mmu.h Thu Nov 21 22:01:28 2002 @@ -1,6 +1,7 @@ #ifndef __i386_MMU_H #define __i386_MMU_H +#include /* * The i386 doesn't have a mmu context, but * we put the segment information here. diff -Nru a/include/asm-i386/uaccess.h b/include/asm-i386/uaccess.h --- a/include/asm-i386/uaccess.h Thu Nov 21 22:01:28 2002 +++ b/include/asm-i386/uaccess.h Thu Nov 21 22:01:28 2002 @@ -6,7 +6,7 @@ */ #include #include -#include +#include #include #include diff -Nru a/include/pcmcia/mem_op.h b/include/pcmcia/mem_op.h --- a/include/pcmcia/mem_op.h Thu Nov 21 22:01:28 2002 +++ b/include/pcmcia/mem_op.h Thu Nov 21 22:01:28 2002 @@ -30,6 +30,7 @@ #ifndef _LINUX_MEM_OP_H #define _LINUX_MEM_OP_H +#include #include /* diff -Nru a/ipc/msg.c b/ipc/msg.c --- a/ipc/msg.c Thu Nov 21 22:01:28 2002 +++ b/ipc/msg.c Thu Nov 21 22:01:28 2002 @@ -23,6 +23,8 @@ #include #include #include +#include +#include #include #include "util.h" =================================================================== This BitKeeper patch contains the following changesets: 1.932 ## Wrapped with gzip_uu ## begin 664 bkpatch28000 M'XL(`-ASW3T``]V96X^;1A3'GY=/,5(>VX4Y MA@7%@`5XDTA\^!Z;O6#6&,/V8;7KE6P9Z_"?,[]S&UZ13Y4M%Q?:9-9Y17XO MJGIQ88KU8`&#`F)/`&)%6^\PL!-^2,4.8!>`P(8PL*"RHO*7Z@Y*A1\@-0EU='G M-(\+-W'>$^"X1N?#@Z^=RXE_CD,U=5Z/+"_=&"^KKEW369Z@E#:4^4HTPBC) MXS!6T@8K;0=\V;."&X1O%"AK?*I8,"HBKCS[K69>6IAZ?2"%ASQH@(4L;`(F M5Z%55,5"QR!A0,HQ6QU!`@(AQ[W2;I:GJ^PRY8'O89P8-SD0)M`[0#EO8G2, MBIE1C.DPU$/"3MD\$,B8/UU@EFT?Z\,M#%@3\P"DST)T(AC0X;GZ'DQVY#') MS_!?5*:[1.)M=+DIRMJ+=%I][S$&02,X#_V&`X65,2H2?LC%@+I3%COR.*/! MN#QD1&_KXO[M<]KS'4+'?DWG[`W1>-?AQCS`%MI(B$XB`C$_NQ#/FY<7QHMBLS5)3O*_I` M=(W7]R<$NE-_U=OK9%G:*-'U.=9\2KDO`H3?YVQ?]?FCFL].UWS^C$M^F[O^ M))?EU_T_EO`/0SLSHQMXQSC!KNY.U$_K--]^\VZUO7;^Z5Q"=#RS+4N;U[M+ MQP@Y#(#IH,P(36>SZT>?8AX!`BQ?&$D!>GK?-DX%")XQ0&W:&0'HT#-S.(*0 MP#!'.UB.E<-Q1.9792?3>8QY!/=K793Q=KU.8[NS^??='?\]5:(!.S=DPV]H MP!3?@,KT+<5;7&`[U,DJCO(ZVYHM; ME->GFA"*5'#)=IL48N#L\5!3Z6#/F(ZVMQJB0SP5#Y^P83S&X.B.'9M*#K0G/2=Q])=EMC5N M9+NYH/>4!`(*@-6AP=)R>QX!]"5UD^W3G_[FWGEAUC0AY_61=P\S\9?F2[7- 1KBQZ/,*,[OP'"RHX*3X=```` ` end - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/