NAND/MX2: remove private "target" copy

Remove "target" form private data, and use
common one in struct nand_block.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Antonio Borneo
2010-12-31 19:46:05 +08:00
committed by Øyvind Harboe
parent 35c30e9ee7
commit b7b9ad755e
2 changed files with 11 additions and 20 deletions

View File

@@ -113,7 +113,6 @@ struct mx2_nf_flags
struct mx2_nf_controller
{
struct target *target;
enum mx_dataout_type optype;
enum mx_nf_finalize_action fin;
struct mx2_nf_flags flags;