Home
last modified time | relevance | path

Searched refs:eprom_mtd (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/mtd/maps/
Dsolutionengine.c20 static struct mtd_info *eprom_mtd; variable
89 eprom_mtd = do_map_probe("map_rom", &soleng_eprom_map); in init_soleng_maps()
90 if (eprom_mtd) { in init_soleng_maps()
91 eprom_mtd->owner = THIS_MODULE; in init_soleng_maps()
92 mtd_device_register(eprom_mtd, NULL, 0); in init_soleng_maps()
103 if (eprom_mtd) { in cleanup_soleng_maps()
104 mtd_device_unregister(eprom_mtd); in cleanup_soleng_maps()
105 map_destroy(eprom_mtd); in cleanup_soleng_maps()