~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to drivers/mtd/maps/omap_nor.c

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
        }
116
116
        info->mtd->owner = THIS_MODULE;
117
117
 
 
118
        info->mtd->dev.parent = &pdev->dev;
 
119
 
118
120
#ifdef CONFIG_MTD_PARTITIONS
119
121
        err = parse_mtd_partitions(info->mtd, part_probes, &info->parts, 0);
120
122
        if (err > 0)