diff options
author | Wolfgang Denk <wd@nyx.denx.de> | 2006-03-06 13:03:37 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@nyx.denx.de> | 2006-03-06 13:03:37 +0100 |
commit | bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e (patch) | |
tree | d2b832bf54040b49a8518b63620f2774398fa8d5 /include/linux/mtd | |
parent | 4e3ccd26925e5ada78dd89779838f052dffe3e67 (diff) | |
download | u-boot-imx-bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e.zip u-boot-imx-bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e.tar.gz u-boot-imx-bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e.tar.bz2 |
Minor code cleanup
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/nand.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index c105ecc..a522718 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -65,7 +65,6 @@ extern void nand_release (struct mtd_info *mtd); extern int nand_read_raw (struct mtd_info *mtd, uint8_t *buf, loff_t from, size_t len, size_t ooblen); - /* This constant declares the max. oobsize / page, which * is supported now. If you add a chip with bigger oobsize/page * adjust this accordingly. |