From 457556b146c30fe485f21a7b3d9a198a3450bb04 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Fri, 31 Dec 2010 19:46:06 +0800 Subject: NAND/MX3: remove private "target" copy Remove "target" form private data, and use common one in struct nand_block. Signed-off-by: Antonio Borneo --- src/flash/nand/mx3.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/flash/nand/mx3.h') diff --git a/src/flash/nand/mx3.h b/src/flash/nand/mx3.h index f37fc323..c0a6184d 100644 --- a/src/flash/nand/mx3.h +++ b/src/flash/nand/mx3.h @@ -109,7 +109,6 @@ struct mx3_nf_flags struct mx3_nf_controller { - struct target *target; enum mx_dataout_type optype; enum mx_nf_finalize_action fin; struct mx3_nf_flags flags; -- cgit v1.2.3