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

Commit 8faa7cf8 authored by Ira W. Snyder's avatar Ira W. Snyder Committed by Grant Likely
Browse files

dt/fsldma: fix build warning caused by of_platform_device changes



Commit 00006124, "dt/powerpc:
Eliminate users of of_platform_{,un}register_driver" forgot to convert
the type of structure passed into platform_device_register() when it
was converted from of_platform_device_register. Fix it.

Signed-off-by: default avatarIra W. Snyder <iws@ovro.caltech.edu>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 850a28ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1448,7 +1448,7 @@ static const struct of_device_id fsldma_of_ids[] = {
	{}
};

static struct of_platform_driver fsldma_of_driver = {
static struct platform_driver fsldma_of_driver = {
	.driver = {
		.name = "fsl-elo-dma",
		.owner = THIS_MODULE,