aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi/spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/spi/spi.h')
-rw-r--r--include/linux/spi/spi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h
index 939afd3a2e72..b05f1463a267 100644
--- a/include/linux/spi/spi.h
+++ b/include/linux/spi/spi.h
@@ -374,7 +374,7 @@ struct spi_message {
374 */ 374 */
375 375
376 /* completion is reported through a callback */ 376 /* completion is reported through a callback */
377 void FASTCALL((*complete)(void *context)); 377 void (*complete)(void *context);
378 void *context; 378 void *context;
379 unsigned actual_length; 379 unsigned actual_length;
380 int status; 380 int status;