[PATCH] mtd: Export the ROM enable/disable helpers and use them in mtd

Jamie Lokier jamie at shareable.org
Tue Sep 23 12:43:38 EDT 2008


Alan Cox wrote:
>  EXPORT_SYMBOL(pci_map_rom);
>  EXPORT_SYMBOL(pci_unmap_rom);
> +EXPORT_SYMBOL_GPL(pci_enable_rom);
> +EXPORT_SYMBOL_GPL(pci_disable_rom);

It doesn't _sound_ like the sort of thing tied into the kernel enough
to deserve an EXPORT_SYMBOL_*GPL*.  Any particularly reason?

Cheers,
-- Jamie



More information about the linux-mtd mailing list