From 093ec6656ab7fb523b8a811f4bd628e3b50f8367 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Fri, 31 Dec 2010 19:46:09 +0800 Subject: NAND/S3CXXXX: 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/s3c24xx.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/flash/nand/s3c24xx.h') diff --git a/src/flash/nand/s3c24xx.h b/src/flash/nand/s3c24xx.h index 059c84d9..1535decd 100644 --- a/src/flash/nand/s3c24xx.h +++ b/src/flash/nand/s3c24xx.h @@ -33,8 +33,6 @@ struct s3c24xx_nand_controller { - struct target *target; - /* register addresses */ uint32_t cmd; uint32_t addr; -- cgit v1.2.3