| Submitter | Randy Dunlap |
|---|---|
| Date | Dec. 15, 2008, 11:37 p.m. |
| Message ID | <4946EA3D.8060604@oracle.com> |
| Download | mbox | patch |
| Permalink | /patch/14175/ |
| State | New |
| Headers | show
Return-Path: <linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0EBB6DDF59 for <incoming@patchwork.ozlabs.org>; Tue, 16 Dec 2008 17:10:33 +1100 (EST) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1LCT6E-0008GW-VU; Tue, 16 Dec 2008 06:08:06 +0000 Received: from rcsinet14.oracle.com ([148.87.113.126] helo=rgminet14.oracle.com) by bombadil.infradead.org with esmtps (Exim 4.68 #1 (Red Hat Linux)) id 1LCNo5-0000YI-Me for linux-mtd@lists.infradead.org; Tue, 16 Dec 2008 00:29:01 +0000 Received: from rgminet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rgminet14.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mBFNfIPK014433 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <linux-mtd@lists.infradead.org>; Mon, 15 Dec 2008 23:41:44 GMT Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rgminet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mBFNbqhH010773 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 15 Dec 2008 23:37:54 GMT Received: from acsmt701.oracle.com (acsmt701.oracle.com [141.146.40.71]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mBFNbTKs004659; Mon, 15 Dec 2008 23:37:30 GMT Received: from [192.168.1.2] (/71.117.247.66) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 15 Dec 2008 23:37:19 +0000 Message-ID: <4946EA3D.8060604@oracle.com> Date: Mon, 15 Dec 2008 15:37:33 -0800 From: Randy Dunlap <randy.dunlap@oracle.com> User-Agent: Thunderbird 2.0.0.17 (X11/20080914) MIME-Version: 1.0 To: Stephen Rothwell <sfr@canb.auug.org.au> Subject: [PATCH -next] mtd: fix nandsim sched.h references References: <20081216020642.fc1007d9.sfr@canb.auug.org.au> In-Reply-To: <20081216020642.fc1007d9.sfr@canb.auug.org.au> X-Source-IP: acsmt701.oracle.com [141.146.40.71] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090201.4946EA32.003C:SCFSTAT928724,ss=1,fgs=0 X-Bad-Reply: References and In-Reply-To but no 'Re:' in Subject. X-Spam-Score: 0.0 (/) X-Mailman-Approved-At: Tue, 16 Dec 2008 01:07:58 -0500 Cc: linux-mtd@lists.infradead.org, akpm <akpm@linux-foundation.org>, linux-next@vger.kernel.org, David Woodhouse <dwmw2@infradead.org>, LKML <linux-kernel@vger.kernel.org> X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Linux MTD discussion mailing list <linux-mtd.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/listinfo/linux-mtd>, <mailto:linux-mtd-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-mtd> List-Post: <mailto:linux-mtd@lists.infradead.org> List-Help: <mailto:linux-mtd-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-mtd>, <mailto:linux-mtd-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org |
Comments
Randy Dunlap - Dec. 15, 2008, 11:37 p.m.
Patch
--- linux-next-20081215.orig/drivers/mtd/nand/nandsim.c +++ linux-next-20081215/drivers/mtd/nand/nandsim.c @@ -38,6 +38,7 @@ #include <linux/delay.h> #include <linux/list.h> #include <linux/random.h> +#include <linux/sched.h> #include <linux/fs.h> #include <linux/pagemap.h>