aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/denali.h
diff options
context:
space:
mode:
authorJamie Iles <jamie@jamieiles.com>2011-05-06 10:28:55 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2011-05-24 21:01:49 -0400
commit84457949e4921f15548a9d317a4a4318b3c3af75 (patch)
tree0728755bfc5fb74891a98fdf6e86838f77ea37c3 /drivers/mtd/nand/denali.h
parenteff3bba61fc19a64a1ca56343e38b6506bef9dea (diff)
mtd: denali: convert to generic DMA API
Rather than using the PCI specific DMA API, convert to the generic DMA API so that we can use the Denali NAND controller on other bus types. Signed-off-by: Jamie Iles <jamie@jamieiles.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/denali.h')
-rw-r--r--drivers/mtd/nand/denali.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/denali.h b/drivers/mtd/nand/denali.h
index 3918bcb1561e..9b875fd23687 100644
--- a/drivers/mtd/nand/denali.h
+++ b/drivers/mtd/nand/denali.h
@@ -732,7 +732,7 @@ struct denali_nand_info {
732 int status; 732 int status;
733 int platform; 733 int platform;
734 struct nand_buf buf; 734 struct nand_buf buf;
735 struct pci_dev *dev; 735 struct device *dev;
736 int total_used_banks; 736 int total_used_banks;
737 uint32_t block; /* stored for future use */ 737 uint32_t block; /* stored for future use */
738 uint16_t page; 738 uint16_t page;