Skip to content

Commit 81db49c

Browse files
committed
Merge branch 'at91-4.9-trunk/spi' into linux-4.9-at91
2 parents 6ac2fb5 + 1f4a79e commit 81db49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mfd/at91-usart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static const struct of_device_id at91_usart_mode_of_match[] = {
5454
{ /* sentinel */ }
5555
};
5656

57-
MODULE_DEVICE_TABLE(of, at91_flexcom_of_match);
57+
MODULE_DEVICE_TABLE(of, at91_usart_mode_of_match);
5858

5959
static struct platform_driver at91_usart_mfd = {
6060
.probe = at91_usart_mode_probe,

0 commit comments

Comments
 (0)