Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932511AbVKMOvk (ORCPT ); Sun, 13 Nov 2005 09:51:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932512AbVKMOvk (ORCPT ); Sun, 13 Nov 2005 09:51:40 -0500 Received: from hulk.hostingexpert.com ([69.57.134.39]:20972 "EHLO hulk.hostingexpert.com") by vger.kernel.org with ESMTP id S932511AbVKMOvj (ORCPT ); Sun, 13 Nov 2005 09:51:39 -0500 Message-ID: <437752FF.9060200@m1k.net> Date: Sun, 13 Nov 2005 09:51:43 -0500 From: Michael Krufky User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tim Schmielau CC: Andrew Morton , lkml Subject: Re: [PATCH] fix missing includes for 2.6.15-rc1 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hulk.hostingexpert.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - m1k.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1228 Lines: 36 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 >--- >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 > #include > #include >+#include >+#include > > #include "dvb_frontend.h" > #include "dvb-pll.h" > > This portion of the patch has been applied to dvb-kernel cvs. Acked-by: Michael Krufky - 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/