Searched refs:eprom_mtd (Results 1 – 1 of 1) sorted by relevance
20 static struct mtd_info *eprom_mtd; variable89 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()