diff options
author | wdenk <wdenk> | 2003-03-26 11:42:53 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-03-26 11:42:53 +0000 |
commit | ac6dbb85b7f080d923013bff4e1d5267cb6f8a5a (patch) | |
tree | 36654d13ca2b52408810f905ccbb3143cb82ce1a /include/linux/mtd/doc2000.h | |
parent | 2a46cabd77eb8b94c6cbb59ee65afbf29815ba41 (diff) | |
download | u-boot-ac6dbb85b7f080d923013bff4e1d5267cb6f8a5a.tar.gz |
Make compile clean, fix the usual small problems.LABEL_2003_03_26_1300
Diffstat (limited to 'include/linux/mtd/doc2000.h')
-rw-r--r-- | include/linux/mtd/doc2000.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/mtd/doc2000.h b/include/linux/mtd/doc2000.h index c703f77fe1..ebf9a76924 100644 --- a/include/linux/mtd/doc2000.h +++ b/include/linux/mtd/doc2000.h @@ -81,13 +81,6 @@ struct DiskOnChip; #define DOC_ECC_EN (DOC_ECC__EN | DOC_ECC_RESV) #define DOC_ECC_DIS (DOC_ECC_RESV) -struct Nand { - char floor, chip; - unsigned long curadr; - unsigned char curmode; - /* Also some erase/write/pipeline info when we get that far */ -}; - #define MAX_FLOORS 4 #define MAX_CHIPS 4 |