Commit 53b124a3 authored by Federico Vaga's avatar Federico Vaga

kernel: remove obsolete code

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 9d9fc227
......@@ -252,10 +252,6 @@ int ft_probe(struct fmc_device *fmc)
return ret;
}
/* FIXME: this is obsoleted by fmc-bus internal parameters */
if (ft_show_sdb)
fmc_show_sdb_tree(fmc);
/* Now use SDB to find the base addresses */
ord = fmc->slot_id;
ft->ft_core_base = fmc_sdb_find_nth_device(fmc->sdb, 0xce42, 0x604, &ord, NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment