Commit 4dffaf2f 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 3e1deb12
......@@ -19,10 +19,6 @@ static struct fmc_driver fa_dev_drv;
FMC_PARAM_BUSID(fa_dev_drv);
FMC_PARAM_GATEWARE(fa_dev_drv);
static int fa_show_sdb;
module_param_named(show_sdb, fa_show_sdb, int, 0444);
MODULE_PARM_DESC(show_sdb, "Print a dump of the gateware's SDB tree.");
static int fa_enable_test_data;
module_param_named(enable_test_data, fa_enable_test_data, int, 0444);
......@@ -293,10 +289,6 @@ static int __fa_sdb_get_device(struct fa_dev *fa)
return ret;
}
/* FIXME: this is obsoleted by fmc-bus internal parameters */
if (fa_show_sdb)
fmc_show_sdb_tree(fmc);
/* Now use SDB to find the base addresses */
fa->fa_irq_vic_base = fmc_find_sdb_device(fmc->sdb, 0xce42,
0x13, 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