From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [2002:d592:9a28::1] (helo=pentafluge.infradead.org) by canuck.infradead.org with esmtp (Exim 4.33 #1 (Red Hat Linux)) id 1BVGlw-0002yX-6z for linux-mtd@lists.infradead.org; Tue, 01 Jun 2004 17:26:12 -0400 From: David Woodhouse To: Bernardo Innocenti In-Reply-To: <40BCF190.3020509@develer.com> References: <40BCE3FD.4080500@develer.com> <1086121783.4273.0.camel@localhost.localdomain> <40BCF190.3020509@develer.com> Content-Type: text/plain Date: Tue, 01 Jun 2004 22:25:12 +0100 Message-Id: <1086125112.4273.2.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: linux-mtd@lists.infradead.org Subject: Re: TRIVIAL: Fix linux/mtd/nftl.h for user-space inclusion List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2004-06-01 at 23:13 +0200, Bernardo Innocenti wrote: > David Woodhouse wrote: > > On Tue, 2004-06-01 at 22:15 +0200, Bernardo Innocenti wrote: > > > >>Fix linux/mtd/nftl.h for user-space inclusion (required to build mtd-utils). > >> > >>Please apply. > > > > It should be including mtd/nftl-user.h not linux/nftl.h > > The header nftl-user.h doesn't exist in neither > linux-2.6.6 and in the version of mtd-utils > imported in uClinux-dist (a rather old version, > I shall admit). nftl-user.h is in CVS, along with a version of the userspace tools which uses it. > If nftl.h isn't supposed to be included from user-space, > the "#ifdef __KERNEL__ ... #endif" it contains is > useless. It it also removed in CVS. -- dwmw2