Commit dc08459c authored by Phil Elwell's avatar Phil Elwell Committed by popcornmix
Browse files

spidev: Add "spidev" compatible string to silence warning

parent 35a7468d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -696,6 +696,7 @@ static struct class *spidev_class;
static const struct of_device_id spidev_dt_ids[] = {
	{ .compatible = "rohm,dh2228fv" },
	{ .compatible = "lineartechnology,ltc2488" },
	{ .compatible = "spidev" },
	{},
};
MODULE_DEVICE_TABLE(of, spidev_dt_ids);