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

Commit d5be0d73 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Sascha Hauer
Browse files

ARM: imx/mx21ads: remove unneeded cast

parent dd775ae2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -304,8 +304,7 @@ static void __init mx21ads_board_init(void)
	imx21_add_mxc_nand(&mx21ads_nand_board_info);

	platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices));
	platform_device_register_full(
			(struct platform_device_info *)&mx21ads_cs8900_devinfo);
	platform_device_register_full(&mx21ads_cs8900_devinfo);
}

static void __init mx21ads_timer_init(void)