diff options
-rw-r--r-- | drivers/spi/spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index c12a9dba2d82..7ea06af8636a 100644 --- a/drivers/spi/spi.c +++ b/drivers/spi/spi.c | |||
@@ -484,7 +484,7 @@ static void spi_match_master_to_boardinfo(struct spi_master *master, | |||
484 | * The board info passed can safely be __initdata ... but be careful of | 484 | * The board info passed can safely be __initdata ... but be careful of |
485 | * any embedded pointers (platform_data, etc), they're copied as-is. | 485 | * any embedded pointers (platform_data, etc), they're copied as-is. |
486 | */ | 486 | */ |
487 | int __init | 487 | int __devinit |
488 | spi_register_board_info(struct spi_board_info const *info, unsigned n) | 488 | spi_register_board_info(struct spi_board_info const *info, unsigned n) |
489 | { | 489 | { |
490 | struct boardinfo *bi; | 490 | struct boardinfo *bi; |