summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/ata/pata-imx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata-imx.c b/drivers/ata/pata-imx.c
index 93809c2ebe..0e348069fe 100644
--- a/drivers/ata/pata-imx.c
+++ b/drivers/ata/pata-imx.c
@@ -213,6 +213,8 @@ out_free:
static __maybe_unused struct of_device_id imx_pata_dt_ids[] = {
{
.compatible = "fsl,imx27-pata",
+ }, {
+ /* sentinel */
},
};