diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 9fc5788f20951dfaeffe752d67b11cfc9c484020..e44abc96cd0537eb08cefe03d10760c6c7a844e5 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c @@ -645,6 +645,7 @@ static int __devexit spidev_remove(struct spi_device *spi) } static const struct of_device_id spidev_dt_ids[] = { + { .compatible = "rohm,dh2228fv" }, {}, };