Commit 8e0c7e48 authored by Claudiu Beznea's avatar Claudiu Beznea Committed by Vinod Koul
Browse files

dmaengine: at_xdmac: use pm_ptr()

parent b183d41a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2231,7 +2231,7 @@ static struct platform_driver at_xdmac_driver = {
	.driver = {
		.name		= "at_xdmac",
		.of_match_table	= of_match_ptr(atmel_xdmac_dt_ids),
		.pm		= &atmel_xdmac_dev_pm_ops,
		.pm		= pm_ptr(&atmel_xdmac_dev_pm_ops),
	}
};