|
@@ -2244,10 +2244,11 @@ static int atmel_nand_nfc_probe(struct platform_device *pdev)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static struct of_device_id atmel_nand_nfc_match[] = {
|
|
|
+static const struct of_device_id atmel_nand_nfc_match[] = {
|
|
|
{ .compatible = "atmel,sama5d3-nfc" },
|
|
|
{ /* sentinel */ }
|
|
|
};
|
|
|
+MODULE_DEVICE_TABLE(of, atmel_nand_nfc_match);
|
|
|
|
|
|
static struct platform_driver atmel_nand_nfc_driver = {
|
|
|
.driver = {
|