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

Commit 96b1a28d authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'spi/topic/doc' into spi-next

parents b4924790 61679efe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@ So for example arch/.../mach-*/board-*.c files might have code like:
	/* if your mach-* infrastructure doesn't support kernels that can
	 * run on multiple boards, pdata wouldn't benefit from "__init".
	 */
	static struct mysoc_spi_data __initdata pdata = { ... };
	static struct mysoc_spi_data pdata __initdata = { ... };

	static __init board_init(void)
	{