Searched refs:eprom_mtd (Results 1 – 1 of 1) sorted by relevance
20 static struct mtd_info *eprom_mtd; variable67 eprom_mtd = do_map_probe("map_rom", &soleng_eprom_map); in init_soleng_maps()68 if (eprom_mtd) { in init_soleng_maps()69 eprom_mtd->owner = THIS_MODULE; in init_soleng_maps()70 mtd_device_register(eprom_mtd, NULL, 0); in init_soleng_maps()80 if (eprom_mtd) { in cleanup_soleng_maps()81 mtd_device_unregister(eprom_mtd); in cleanup_soleng_maps()82 map_destroy(eprom_mtd); in cleanup_soleng_maps()
Completed in 4 milliseconds