diff --git a/[refs] b/[refs] index 9b77a1a382dc..e67aabf8058e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 880cfd43ea50b3c2d880d94935f07c77bf7c7116 +refs/heads/master: 8fad805bdc5229bf9787b01ca07061bb5967c2d9 diff --git a/trunk/drivers/spi/spidev.c b/trunk/drivers/spi/spidev.c index 9fc5788f2095..e44abc96cd05 100644 --- a/trunk/drivers/spi/spidev.c +++ b/trunk/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" }, {}, };