Commit 835cb7d2 authored by Alexander Aring's avatar Alexander Aring Committed by David S. Miller

at86rf230: add missing MODULE_DEVICE_TABLE

Signed-off-by: default avatarAlexander Aring <alex.aring@gmail.com>
Reported-by: default avatarVarka Bhadram <varkabhadram@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0679e29b
......@@ -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 = {
......
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