From b7b9ad755eb2cd81513247abcc7f6f1d434d8d2c Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Fri, 31 Dec 2010 19:46:05 +0800 Subject: NAND/MX2: 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/mx2.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/flash/nand/mx2.h') diff --git a/src/flash/nand/mx2.h b/src/flash/nand/mx2.h index 5d0b942d..c3e45837 100644 --- a/src/flash/nand/mx2.h +++ b/src/flash/nand/mx2.h @@ -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; -- cgit v1.2.3