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

Commit 4bdac7da authored by Wolfram Sang's avatar Wolfram Sang Committed by Grant Likely
Browse files

spi/mpc52xx-spi: fix annotation for remove()-pointer

parent 0dd2c96f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -563,7 +563,7 @@ static struct of_platform_driver mpc52xx_spi_of_driver = {
		.of_match_table = mpc52xx_spi_match,
	},
	.probe = mpc52xx_spi_probe,
	.remove = __exit_p(mpc52xx_spi_remove),
	.remove = __devexit_p(mpc52xx_spi_remove),
};

static int __init mpc52xx_spi_init(void)