9
0
Fork 0

ata: pata-imx: Add missing NULL entry in dt ids

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-12-02 13:04:15 +01:00
parent 35d64bb375
commit 3febd4d4ce
1 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,8 @@ out_free:
static __maybe_unused struct of_device_id imx_pata_dt_ids[] = {
{
.compatible = "fsl,imx27-pata",
}, {
/* sentinel */
},
};