diff options
Diffstat (limited to 'fs/jffs2/jffs2_private.h')
| -rw-r--r-- | fs/jffs2/jffs2_private.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/jffs2/jffs2_private.h b/fs/jffs2/jffs2_private.h index 46ed644e4..97457627c 100644 --- a/fs/jffs2/jffs2_private.h +++ b/fs/jffs2/jffs2_private.h @@ -12,7 +12,7 @@ struct b_node {  struct b_list {  	struct b_node *listTail;  	struct b_node *listHead; -#ifdef CFG_JFFS2_SORT_FRAGMENTS +#ifdef CONFIG_SYS_JFFS2_SORT_FRAGMENTS  	struct b_node *listLast;  	int (*listCompare)(struct b_node *new, struct b_node *node);  	u32 listLoops; |