mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-24 14:54:49 +08:00
Merge remote-tracking branch 'spi/topic/doc' into spi-next
This commit is contained in:
commit
96b1a28d65
@ -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
|
/* if your mach-* infrastructure doesn't support kernels that can
|
||||||
* run on multiple boards, pdata wouldn't benefit from "__init".
|
* 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)
|
static __init board_init(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user