Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1432d30 authored by Sourav Poddar's avatar Sourav Poddar Committed by Mark Brown
Browse files

spi/qspi: Fix device table entry



Fix module device table entry. Without this, there will
be a build failure while trying to build qspi as a module.

Signed-off-by: default avatarSourav Poddar <sourav.poddar@ti.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 70e2e976
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -455,7 +455,7 @@ static const struct of_device_id ti_qspi_match[] = {
	{.compatible = "ti,dra7xxx-qspi" },
	{},
};
MODULE_DEVICE_TABLE(of, dra7xxx_qspi_match);
MODULE_DEVICE_TABLE(of, ti_qspi_match);

static int ti_qspi_probe(struct platform_device *pdev)
{