X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Documentation%2Fspi%2Fspi-summary;fp=Documentation%2Fspi%2Fspi-summary;h=8bae2f018d342cf6f027ec5a2dc3ace9ad709bb8;hb=a09e64fbc0094e3073dbb09c3b4bfe4ab669244b;hp=6d5f18143c5038b30a8e522f078fd74362855b02;hpb=a1b81a84fff05dbfef45b7012c26e1fee9973e5d;p=~andy%2Flinux diff --git a/Documentation/spi/spi-summary b/Documentation/spi/spi-summary index 6d5f18143c5..8bae2f018d3 100644 --- a/Documentation/spi/spi-summary +++ b/Documentation/spi/spi-summary @@ -210,7 +210,7 @@ board should normally be set up and registered. So for example arch/.../mach-*/board-*.c files might have code like: - #include /* for mysoc_spi_data */ + #include /* for mysoc_spi_data */ /* if your mach-* infrastructure doesn't support kernels that can * run on multiple boards, pdata wouldn't benefit from "__init". @@ -227,7 +227,7 @@ So for example arch/.../mach-*/board-*.c files might have code like: And SOC-specific utility code might look something like: - #include + #include static struct platform_device spi2 = { ... };