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

Commit 70830b41 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Ulf Hansson
Browse files
parent 1fb654fd
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -257,6 +257,12 @@ struct sh_mmcif_host {
	bool			dma_active;
};

static const struct of_device_id mmcif_of_match[] = {
	{ .compatible = "renesas,sh-mmcif" },
	{ }
};
MODULE_DEVICE_TABLE(of, mmcif_of_match);

static inline void sh_mmcif_bitset(struct sh_mmcif_host *host,
					unsigned int reg, u32 val)
{
@@ -1543,12 +1549,6 @@ static int sh_mmcif_resume(struct device *dev)
}
#endif

static const struct of_device_id mmcif_of_match[] = {
	{ .compatible = "renesas,sh-mmcif" },
	{ }
};
MODULE_DEVICE_TABLE(of, mmcif_of_match);

static const struct dev_pm_ops sh_mmcif_dev_pm_ops = {
	SET_SYSTEM_SLEEP_PM_OPS(sh_mmcif_suspend, sh_mmcif_resume)
};