diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-01 08:48:51 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-01 08:48:51 -0400 |
commit | 96b1a28d65bfc942d84fb612b7f33279390b8ba4 (patch) | |
tree | 8cee1e931b1a219d7e6bb52691fd953ae38acb13 | |
parent | b49247907d3bda31ec90f61d3970be4ed9e45e76 (diff) | |
parent | 61679efe979674d794988c2b96b02b2a80d96d96 (diff) |
Merge remote-tracking branch 'spi/topic/doc' into spi-next
-rw-r--r-- | Documentation/spi/spi-summary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/spi/spi-summary b/Documentation/spi/spi-summary index 2331eb214146..f21edb983413 100644 --- a/Documentation/spi/spi-summary +++ b/Documentation/spi/spi-summary | |||
@@ -215,7 +215,7 @@ So for example arch/.../mach-*/board-*.c files might have code like: | |||
215 | /* if your mach-* infrastructure doesn't support kernels that can | 215 | /* if your mach-* infrastructure doesn't support kernels that can |
216 | * run on multiple boards, pdata wouldn't benefit from "__init". | 216 | * run on multiple boards, pdata wouldn't benefit from "__init". |
217 | */ | 217 | */ |
218 | static struct mysoc_spi_data __initdata pdata = { ... }; | 218 | static struct mysoc_spi_data pdata __initdata = { ... }; |
219 | 219 | ||
220 | static __init board_init(void) | 220 | static __init board_init(void) |
221 | { | 221 | { |