Commit 949cbe3f authored by Federico Vaga's avatar Federico Vaga

Merge branch 'release/v5.0.0.rc6' into master

parents ac355f2a ab678500
......@@ -717,7 +717,8 @@ static const struct platform_device_id fa_id[] = {
{
.name = "fmc-adc-100m",
.driver_data = ADC_VER,
}
},
{},
/* TODO we should support different version */
};
......@@ -787,5 +788,6 @@ MODULE_AUTHOR("Federico Vaga");
MODULE_DESCRIPTION("FMC-ADC-100MS-14b Linux Driver");
MODULE_LICENSE("GPL");
MODULE_VERSION(VERSION);
MODULE_DEVICE_TABLE(platform, fa_id);
ADDITIONAL_VERSIONS;
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