dect
/
linux-2.6
Archived
13
0
Fork 0

[MTD] [NAND] fix 2 "unused variable" warnings in cafe_nand.c

Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
Toralf Förster 2008-05-26 20:35:46 +02:00 committed by David Woodhouse
parent 1b0b30acf3
commit 437d0d299f
1 changed files with 4 additions and 2 deletions

View File

@ -626,10 +626,12 @@ static int __devinit cafe_nand_probe(struct pci_dev *pdev,
{
struct mtd_info *mtd;
struct cafe_priv *cafe;
struct mtd_partition *parts;
uint32_t ctrl;
int nr_parts;
int err = 0;
#ifdef CONFIG_MTD_PARTITIONS
struct mtd_partition *parts;
int nr_parts;
#endif
/* Very old versions shared the same PCI ident for all three
functions on the chip. Verify the class too... */