NAND/LPC3180: 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:04 +08:00
committed by Øyvind Harboe
parent 3db34f8447
commit 35c30e9ee7
2 changed files with 16 additions and 24 deletions

View File

@@ -29,7 +29,6 @@ enum lpc3180_selected_controller
struct lpc3180_nand_controller
{
struct target *target;
int osc_freq;
enum lpc3180_selected_controller selected_controller;
int is_bulk;