mirror of https://gitee.com/openkylin/linux.git
at86rf230: add missing MODULE_DEVICE_TABLE
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Reported-by: Varka Bhadram <varkabhadram@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0679e29b0c
commit
835cb7d2bb
|
@ -1223,6 +1223,7 @@ static struct of_device_id at86rf230_of_match[] = {
|
|||
{ .compatible = "atmel,at86rf212", },
|
||||
{ },
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, at86rf230_of_match);
|
||||
#endif
|
||||
|
||||
static struct spi_driver at86rf230_driver = {
|
||||
|
|
Loading…
Reference in New Issue