[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1011012050060.12889@swampdragon.chaosbits.net>
Date: Mon, 1 Nov 2010 20:51:13 +0100 (CET)
From: Jesper Juhl <jj@...osbits.net>
To: Tracey Dent <tdent48227@...il.com>
cc: greg@...ah.com, manningc2@...rix.gen.nz,
linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH 10/29] Staging: yaffs2: yaffs_guts: Add files
On Mon, 1 Nov 2010, Tracey Dent wrote:
> Adding files to yaffs2 directory.
>
> Signed-off-by: Tracey Dent <tdent48227@...il.com>
> ---
> drivers/staging/yaffs2/yaffs_guts.c | 5544
+++++++++++++++++++++++++++++++++++
> drivers/staging/yaffs2/yaffs_guts.h | 969 ++++++
> 2 files changed, 6513 insertions(+), 0 deletions(-)
> create mode 100644 drivers/staging/yaffs2/yaffs_guts.c
> create mode 100644 drivers/staging/yaffs2/yaffs_guts.h
>
> diff --git a/drivers/staging/yaffs2/yaffs_guts.c
b/drivers/staging/yaffs2/yaffs_guts.c
> new file mode 100644
> index 0000000..eea828a
> --- /dev/null
> +++ b/drivers/staging/yaffs2/yaffs_guts.c
> @@ -0,0 +1,5544 @@
> +/*
> + * YAFFS: Yet Another Flash File System. A NAND-flash specific file
system.
> + *
> + * Copyright (C) 2002-2010 Aleph One Ltd.
> + * for Toby Churchill Ltd and Brightstar Engineering
> + *
> + * Created by Charles Manning <charles@...ph1.co.uk>
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License version 2 as
> + * published by the Free Software Foundation.
> + */
> +
> +#include "yportenv.h"
> +#include "yaffs_trace.h"
> +
> +#include "yaffs_guts.h"
> +#include "yaffs_tagsvalidity.h"
> +#include "yaffs_getblockinfo.h"
> +
> +#include "yaffs_tagscompat.h"
> +
> +#include "yaffs_nand.h"
^--- here
> +
> +#include "yaffs_yaffs1.h"
> +#include "yaffs_yaffs2.h"
> +#include "yaffs_bitmap.h"
> +#include "yaffs_verify.h"
> +
> +#include "yaffs_nand.h"
^--- and here
duplicate inclusion of "yaffs_nand.h" header.
--
Jesper Juhl <jj@...osbits.net> http://www.chaosbits.net/
Plain text mails only, please http://www.expita.com/nomime.html
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists