diff options
| author | David Woodhouse <dwmw2@infradead.org> | 2003-05-28 18:03:33 +0100 |
|---|---|---|
| committer | David Woodhouse <dwmw2@infradead.org> | 2003-05-28 18:03:33 +0100 |
| commit | 5af017c0de780cb463b784ef909406ce397332ee (patch) | |
| tree | ecfae73f9c51082ebe4cbe6d228adcba21ca524d /include/linux/mtd/jedec.h | |
| parent | 015498d534572f8a9c3bf5f1dfc02bd02bfb2c9d (diff) | |
MTD and JFFS2 update.
- JFFS2 bugfixes and performance improvements
- Support for 64-bit flash arrangements
- Optimise for linear mappings of flash, without out-of-line access functions
- New map drivers
- Updated NAND flash support, new board drivers
- Support for DiskOnChip Millennium Plus and INFTL translation layer
- Clean up all translation layers with a single blkdev helper library.
- Fix races in MTD device registration/deregistration
- Add support for new flash chips
- Clean up partition parsing code
More detailed comments in per-file changelogs.
Diffstat (limited to 'include/linux/mtd/jedec.h')
| -rw-r--r-- | include/linux/mtd/jedec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/mtd/jedec.h b/include/linux/mtd/jedec.h index 75271b8a70ba..2ba0f700ddbc 100644 --- a/include/linux/mtd/jedec.h +++ b/include/linux/mtd/jedec.h @@ -7,14 +7,13 @@ * * See the AMD flash databook for information on how to operate the interface. * - * $Id: jedec.h,v 1.2 2001/11/06 14:37:36 dwmw2 Exp $ + * $Id: jedec.h,v 1.3 2003/05/21 11:51:01 dwmw2 Exp $ */ #ifndef __LINUX_MTD_JEDEC_H__ #define __LINUX_MTD_JEDEC_H__ #include <linux/types.h> -#include <linux/mtd/map.h> #define MAX_JEDEC_CHIPS 16 |
