patch-2.4.0-test12 linux/include/linux/mtd/cfi.h
Next file: linux/include/linux/mtd/doc2000.h
Previous file: linux/include/linux/module.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Dec 11 13:16:46 2000
- Orig file:
v2.4.0-test11/linux/include/linux/mtd/cfi.h
- Orig date:
Sun Nov 19 18:44:22 2000
diff -u --recursive --new-file v2.4.0-test11/linux/include/linux/mtd/cfi.h linux/include/linux/mtd/cfi.h
@@ -91,8 +91,9 @@
must be of the same type. */
int numchips;
unsigned long chipshift; /* Because they're of the same type */
- struct flchip chips[0]; /* per-chip data structure for each chip */
const char *im_name; /* inter_module name for cmdset_setup */
+ struct flchip chips[0]; /* per-chip data structure for each chip */
+ /* do not add extra fields after "chips" */
};
#define MAX_CFI_CHIPS 8 /* Entirely arbitrary to avoid realloc() */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)