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

Commit 4299aaaa authored by kbuild test robot's avatar kbuild test robot Committed by Mark Brown
Browse files

spi: mediatek: mtk_spi_driver can be static

parent a568231f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -731,7 +731,7 @@ static const struct dev_pm_ops mtk_spi_pm = {
			   mtk_spi_runtime_resume, NULL)
};

struct platform_driver mtk_spi_driver = {
static struct platform_driver mtk_spi_driver = {
	.driver = {
		.name = "mtk-spi",
		.pm	= &mtk_spi_pm,