Skip to content

Commit 835cb7d

Browse files
alexaringdavem330
authored andcommitted
at86rf230: add missing MODULE_DEVICE_TABLE
Signed-off-by: Alexander Aring <[email protected]> Reported-by: Varka Bhadram <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 0679e29 commit 835cb7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ieee802154/at86rf230.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,7 @@ static struct of_device_id at86rf230_of_match[] = {
12231223
{ .compatible = "atmel,at86rf212", },
12241224
{ },
12251225
};
1226+
MODULE_DEVICE_TABLE(of, at86rf230_of_match);
12261227
#endif
12271228

12281229
static struct spi_driver at86rf230_driver = {

0 commit comments

Comments
 (0)