Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4785
b: refs/heads/master
c: 751382d
h: refs/heads/master
i:
  4783: a21e9d3
v: v3
  • Loading branch information
Todd Poynor authored and Thomas Gleixner committed Jul 12, 2005
1 parent 2e576f0 commit 0c9ad83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b62205986a73a40e4fc174d2ef668e3895e925bc
refs/heads/master: 751382dd5cb2702368d281a50b55c2d6c4e8fbfc
4 changes: 3 additions & 1 deletion trunk/fs/jffs2/os-linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 $
*
*/

Expand Down Expand Up @@ -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 */

Expand Down

0 comments on commit 0c9ad83

Please sign in to comment.