summaryrefslogtreecommitdiffstats
path: root/fs/yaffs2/yaffs_ecc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/yaffs2/yaffs_ecc.c')
-rw-r--r--fs/yaffs2/yaffs_ecc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/yaffs2/yaffs_ecc.c b/fs/yaffs2/yaffs_ecc.c
index d0b405f1ee..a05a6b583b 100644
--- a/fs/yaffs2/yaffs_ecc.c
+++ b/fs/yaffs2/yaffs_ecc.c
@@ -28,6 +28,9 @@
* this bytes influence on the line parity.
*/
+/* XXX U-BOOT XXX */
+#include <common.h>
+
const char *yaffs_ecc_c_version =
"$Id: yaffs_ecc.c,v 1.9 2007/02/14 01:09:06 wookey Exp $";
@@ -328,4 +331,3 @@ int yaffs_ECCCorrectOther(unsigned char *data, unsigned nBytes,
return -1;
}
-
OpenPOWER on IntegriCloud