summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bourdeauducq <sebastien@milkymist.org>2011-07-30 17:33:30 +0200
committerSebastien Bourdeauducq <sebastien@milkymist.org>2011-07-30 17:33:30 +0200
commit3dc866a6f0c5f286ca81924d93c242747934b617 (patch)
treefb2d8408958e6070b64e6a1002e003726769f1b6
parent875d6f89d85cc4a4c4dd6bf649b83230cf2db144 (diff)
Remove references to non-existing bits
-rw-r--r--Makefile.rtems1
-rw-r--r--rtems/rtems_yaffs.c1
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"