mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-04 08:02:24 +00:00
[MTD] [MAPS] Remove unused variable after ROM API cleanup.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
daa847356a
commit
08d7904329
@ -225,8 +225,6 @@ intel_dc21285_init(struct pci_dev *dev, struct map_pci_info *map)
|
|||||||
static void
|
static void
|
||||||
intel_dc21285_exit(struct pci_dev *dev, struct map_pci_info *map)
|
intel_dc21285_exit(struct pci_dev *dev, struct map_pci_info *map)
|
||||||
{
|
{
|
||||||
u32 val;
|
|
||||||
|
|
||||||
if (map->base)
|
if (map->base)
|
||||||
iounmap(map->base);
|
iounmap(map->base);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user