提交 e1432d30 编写于 作者: S Sourav Poddar 提交者: Mark Brown

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: NSourav Poddar <sourav.poddar@ti.com>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 70e2e976
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册