[Yaffs] [PATCH 03/20] Remove references to non-existing bits

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Xiangfu Liu
Date:  
To: yaffs
CC: sebastien
Old-Topics: [Yaffs] [PATCH 02/20] added missing file
New-Topics: [Yaffs] [PATCH 04/20] Compile needed yaffs_summary
Subject: [Yaffs] [PATCH 03/20] Remove references to non-existing bits
From: Sebastien Bourdeauducq <>

---
 Makefile.rtems      |    1 -
 rtems/rtems_yaffs.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Makefile.rtems b/Makefile.rtems
index e3d5347..484ae0e 100644
--- a/Makefile.rtems
+++ b/Makefile.rtems
@@ -31,7 +31,6 @@ LIB_PIECES = yaffs_ecc \
     yaffs_packedtags1 \
     yaffs_tagscompat \
     yaffs_packedtags2 \
-    yaffs_tagsvalidity \
     yaffs_nand \
     yaffs_checkptrw \
     direct/yaffs_qsort \
diff --git a/rtems/rtems_yaffs.c b/rtems/rtems_yaffs.c
index 7aa8d1b..b03a55b 100644
--- a/rtems/rtems_yaffs.c
+++ b/rtems/rtems_yaffs.c
@@ -30,7 +30,6 @@


#include "yportenv.h"

-#include "yaffs.h"
#include "yaffs_guts.h"
#include "yaffs_trace.h"
#include "yaffs_packedtags2.h"
--
1.7.4.1