Skip to content

Commit

Permalink
[MTD] [MAPS] Remove unused variable after ROM API cleanup.
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Oct 14, 2008
1 parent daa8473 commit 08d7904
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/mtd/maps/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ intel_dc21285_init(struct pci_dev *dev, struct map_pci_info *map)
static void
intel_dc21285_exit(struct pci_dev *dev, struct map_pci_info *map)
{
u32 val;

if (map->base)
iounmap(map->base);

Expand Down

0 comments on commit 08d7904

Please sign in to comment.