Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 17 Nov 2002 14:27:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 17 Nov 2002 14:27:27 -0500 Received: from 2-023.ctame701-2.telepar.net.br ([200.181.170.23]:37903 "EHLO brinquendo.conectiva.com.br") by vger.kernel.org with ESMTP id ; Sun, 17 Nov 2002 14:27:25 -0500 Date: Sun, 17 Nov 2002 17:34:12 -0200 From: Arnaldo Carvalho de Melo To: Linus Torvalds Cc: Linux Kernel Mailing List Subject: [PATCH] mcd/mcdx: fixup after header files cleanups: add include Message-ID: <20021117193412.GQ28227@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: 3005 Lines: 99 Linus, Please pull from: master.kernel.org:/home/acme/BK/includes-2.5 Now there are only 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.857, 2002-11-17 17:28:22-02:00, acme@conectiva.com.br o mcd/mcdx: fixup after header files cleanups: add include request_irq/free_irq are now in linux/interrupt.h mcd.c | 3 ++- mcdx.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff -Nru a/drivers/cdrom/mcd.c b/drivers/cdrom/mcd.c --- a/drivers/cdrom/mcd.c Sun Nov 17 17:28:51 2002 +++ b/drivers/cdrom/mcd.c Sun Nov 17 17:28:51 2002 @@ -82,8 +82,8 @@ #include #include +#include #include -#include #include #include #include @@ -99,6 +99,7 @@ /* #define REALLY_SLOW_IO */ #include #include +#include #include #include diff -Nru a/drivers/cdrom/mcdx.c b/drivers/cdrom/mcdx.c --- a/drivers/cdrom/mcdx.c Sun Nov 17 17:28:51 2002 +++ b/drivers/cdrom/mcdx.c Sun Nov 17 17:28:51 2002 @@ -60,7 +60,7 @@ #include #include -#include +#include #include #include #include @@ -69,6 +69,7 @@ #include #include #include +#include #include #include =================================================================== This BitKeeper patch contains the following changesets: 1.857 ## Wrapped with gzip_uu ## begin 664 bkpatch23551 M'XL(`//MUST``^U674_;,!1]KG^%)1ZG)KZ.\ZD5=<"T(28-,?$T39.Q;TA$ M$QT! M^\?4GC/&W1E"'+`PZB%B(NX5:``I`#7C(HD$6,T;6@]`VG8T8.Z-^=P"%1U-!*:=]=RXSF MY;*;4YFW:&F!4KM'7LZPH6J&LN[F34:EUO2^&/3MK*R[I:N-R[?=O/6*?0?H MFL7K#IOV>VFO_=PBKEZHM$AK<^-ZTV?]R`D-`\')Z<]RD?$K#T*89&1_RQ)I M6ZY4XRMM335,VU._K)9@`#V#0(@^2EG*,00>HPPA7%^8/^/=%SZ!I`\#X.'K MF:TAQB(&/<\QS$6D375YB68% M]/5AF&\;2#M(1UFD/0^92`<;\?2IBR#9ZB+XIUUT5]'/=&QOAN9L<;JNN#NX MZS@1%,C>)MI'2>12CH'!;YFRJ7S568OUD+56;\N=!/=2\Y)%:O.D\ MU-TFS3U:F#G)14$4I+W3',"=Z)+_HGNV=:_VMVVB6^ZDNJ,H6$EJN&_4WG&\ ;670/?PBJ0'75=-4DE1J2BX"3'_I_JWZ3"``` ` 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/