patch-2.4.19 linux-2.4.19/drivers/mtd/nand/nand_ecc.c
Next file: linux-2.4.19/drivers/mtd/nand/spia.c
Previous file: linux-2.4.19/drivers/mtd/mtdpart.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Aug 2 17:39:44 2002
- Orig file:
linux-2.4.18/drivers/mtd/nand/nand_ecc.c
- Orig date:
Thu Jun 28 14:43:02 2001
diff -urN linux-2.4.18/drivers/mtd/nand/nand_ecc.c linux-2.4.19/drivers/mtd/nand/nand_ecc.c
@@ -4,7 +4,7 @@
* Copyright (C) 2000 Steven J. Hill (sjhill@cotw.com)
* Toshiba America Electronics Components, Inc.
*
- * $Id: nand_ecc.c,v 1.6 2001/06/28 10:52:26 dwmw2 Exp $
+ * $Id: nand_ecc.c,v 1.7 2002/03/21 14:13:50 dwmw2 Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -207,3 +207,7 @@
EXPORT_SYMBOL(nand_calculate_ecc);
EXPORT_SYMBOL(nand_correct_data);
+
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Steven J. Hill <sjhill@cotw.com>");
+MODULE_DESCRIPTION("Generic NAND ECC support");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)