mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] mcd/mcdx: fixup after header files cleanups: add include <linux/interrupt.h>
Date: Sun, 17 Nov 2002 17:34:12 -0200	[thread overview]
Message-ID: <20021117193412.GQ28227@conectiva.com.br> (raw)

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 <linux/interrupt.h>
  
  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 <linux/module.h>
 
 #include <linux/errno.h>
+#include <linux/interrupt.h>
 #include <linux/signal.h>
-#include <linux/sched.h>
 #include <linux/mm.h>
 #include <linux/timer.h>
 #include <linux/fs.h>
@@ -99,6 +99,7 @@
 /* #define REALLY_SLOW_IO  */
 #include <asm/system.h>
 #include <asm/io.h>
+#include <asm/current.h>
 #include <asm/uaccess.h>
 #include <linux/blk.h>
 
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 <linux/module.h>
 
 #include <linux/errno.h>
-#include <linux/sched.h>
+#include <linux/interrupt.h>
 #include <linux/fs.h>
 #include <linux/kernel.h>
 #include <linux/cdrom.h>
@@ -69,6 +69,7 @@
 #include <linux/slab.h>
 #include <linux/init.h>
 #include <asm/io.h>
+#include <asm/current.h>
 #include <asm/uaccess.h>
 
 #include <linux/major.h>

===================================================================


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$Q<G*47*CY\;/K9!UT*UIVF)\Z'<Z^-CWW.L[-'S!FTVDJI"LD<_FJ;-1LK4
MJ-IR(3UE*N_"NL"9,2[@%Z9"_^#$+VLUZS0V8^Z%Q(5/9:L*ND#;9"/P@L<O
M[>T<L]'9^P_GG]Z=$3*9T,-"UI?X!5LZF9#6V(6<Z68JVV)F:J^ULFXJ;(>!
M^\?4GC/&W1E"'+`PZB%B(NX5:``I`#7C(HD$6<UA^I3[$Q0`B"'E#$3/(L$%
M.:+@)6%,&?<!?(@IQ!E/,L['C&>,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$6D<Q9H%?*+ES)[3HS'<10,+EF3O-TO.S,F\FI>375YB68%
M]/5AF&\;2#M(1UFD/0^92`<;\?2IBR#9ZB+XIUUT5]'/=&QOAN9L<;JNN#NX
MZS@1%,C>)MI'2>12CH'!;YFRJ7S568OUD+56;\N=!/=2\Y)%:<VT<J#>O.D\
MU-TFS3U:F#G)14$4I+W3',"=Z)+_HGNV=:_VMVVB6^ZDNJ,H6$EJN&_4WG&\
;670/?PBJ0'75=-4DE1J2BX"3'_I_JWZ3"```
`
end

                 reply	other threads:[~2002-11-17 19:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20021117193412.GQ28227@conectiva.com.br \
    --to=acme@conectiva.com.br \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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

all inboxes | Powered by JetHome®