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:
Alexander Aring 2014-04-24 19:09:10 +02:00 committed by David S. Miller
parent 0679e29b0c
commit 835cb7d2bb
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {