From 0c9ad8304425425c17888413f6bec63ece444d22 Mon Sep 17 00:00:00 2001 From: Todd Poynor Date: Tue, 12 Jul 2005 03:34:39 +0100 Subject: [PATCH] --- yaml --- r: 4785 b: refs/heads/master c: 751382dd5cb2702368d281a50b55c2d6c4e8fbfc h: refs/heads/master i: 4783: a21e9d30cd205d942cb87915f44fe3627c39679f v: v3 --- [refs] | 2 +- trunk/fs/jffs2/os-linux.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dbd8fb8d47eb..1b2c0aa45a1a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b62205986a73a40e4fc174d2ef668e3895e925bc +refs/heads/master: 751382dd5cb2702368d281a50b55c2d6c4e8fbfc diff --git a/trunk/fs/jffs2/os-linux.h b/trunk/fs/jffs2/os-linux.h index 7bf72e012c94..d900c8929b09 100644 --- a/trunk/fs/jffs2/os-linux.h +++ b/trunk/fs/jffs2/os-linux.h @@ -7,7 +7,7 @@ * * For licensing information, see the file 'LICENCE' in this directory. * - * $Id: os-linux.h,v 1.57 2005/07/06 12:13:09 dwmw2 Exp $ + * $Id: os-linux.h,v 1.58 2005/07/12 02:34:35 tpoynor Exp $ * */ @@ -86,6 +86,8 @@ static inline void jffs2_init_inode_info(struct jffs2_inode_info *f) #define jffs2_dataflash(c) (0) #define jffs2_nor_ecc_flash_setup(c) (0) #define jffs2_nor_ecc_flash_cleanup(c) do {} while (0) +#define jffs2_dataflash_setup(c) (0) +#define jffs2_dataflash_cleanup(c) do {} while (0) #else /* NAND and/or ECC'd NOR support present */