Commit 19932ac1 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Remove remaining instances of nand_platform_data

These were left out of commit 0ed10653.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d24c8950
......@@ -36,7 +36,7 @@ static const char *part_probes[] = { "cmdlinepart", NULL };
#endif
struct omap_nand_info {
struct nand_platform_data *pdata;
struct omap_nand_platform_data *pdata;
struct mtd_partition *parts;
struct mtd_info mtd;
struct nand_chip nand;
......@@ -76,7 +76,7 @@ static int omap_nand_dev_ready(struct mtd_info *mtd)
static int __devinit omap_nand_probe(struct platform_device *pdev)
{
struct omap_nand_info *info;
struct nand_platform_data *pdata = pdev->dev.platform_data;
struct omap_nand_platform_data *pdata = pdev->dev.platform_data;
struct resource *res = pdev->resource;
unsigned long size = res->end - res->start + 1;
int err;
......
......@@ -122,7 +122,7 @@ static struct nand_ecclayout omap_hw_eccoob = {
struct omap_nand_info {
struct nand_hw_control controller;
struct nand_platform_data *pdata;
struct omap_nand_platform_data *pdata;
struct mtd_info mtd;
struct mtd_partition *parts;
struct nand_chip nand;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment