public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Krufky <mkrufky@m1k.net>
To: Tim Schmielau <tim@physik3.uni-rostock.de>
Cc: Andrew Morton <akpm@osdl.org>, lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] fix missing includes for 2.6.15-rc1
Date: Sun, 13 Nov 2005 09:51:43 -0500	[thread overview]
Message-ID: <437752FF.9060200@m1k.net> (raw)
In-Reply-To: <Pine.LNX.4.63.0511131323250.9037@gockel.physik3.uni-rostock.de>

Tim Schmielau wrote:

>Include fixes for 2.6.15-rc1 for removing sched.h from module.h.
>Compile tested on alpha, arm, ia64, mips, powerpc, ppc64, and x86_64.
>
>Signed-off-by: Tim Schmielau <tim@physik3.uni-rostock.de>
>---
>Andrew:
>This one is incremental on top of fix-missing-includes-for-2.6.14-git11.patch
>
>  
>
[snip]

>diff -urp linux-2.6.15-rc1-sr0/drivers/media/dvb/frontends/nxt200x.c linux-2.6.15-rc1-sr2/drivers/media/dvb/frontends/nxt200x.c
>--- linux-2.6.15-rc1-sr0/drivers/media/dvb/frontends/nxt200x.c	2005-11-13 10:19:44.000000000 +0100
>+++ linux-2.6.15-rc1-sr2/drivers/media/dvb/frontends/nxt200x.c	2005-11-13 10:21:36.000000000 +0100
>@@ -44,6 +44,8 @@
> #include <linux/init.h>
> #include <linux/module.h>
> #include <linux/moduleparam.h>
>+#include <linux/slab.h>
>+#include <linux/string.h>
> 
> #include "dvb_frontend.h"
> #include "dvb-pll.h"
>  
>
This portion of the patch has been applied to dvb-kernel cvs.

Acked-by: Michael Krufky <mkrufky@m1k.net>

      reply	other threads:[~2005-11-13 14:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-13 12:25 [PATCH] fix missing includes for 2.6.15-rc1 Tim Schmielau
2005-11-13 14:51 ` Michael Krufky [this message]

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=437752FF.9060200@m1k.net \
    --to=mkrufky@m1k.net \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tim@physik3.uni-rostock.de \
    /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