diff options
Diffstat (limited to 'drivers/spi/spi.c')
-rw-r--r-- | drivers/spi/spi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index 2ca5f079ff01..689eaf7485af 100644 --- a/drivers/spi/spi.c +++ b/drivers/spi/spi.c | |||
@@ -492,8 +492,7 @@ static void spi_match_master_to_boardinfo(struct spi_master *master, | |||
492 | * The board info passed can safely be __initdata ... but be careful of | 492 | * The board info passed can safely be __initdata ... but be careful of |
493 | * any embedded pointers (platform_data, etc), they're copied as-is. | 493 | * any embedded pointers (platform_data, etc), they're copied as-is. |
494 | */ | 494 | */ |
495 | int __devinit | 495 | int spi_register_board_info(struct spi_board_info const *info, unsigned n) |
496 | spi_register_board_info(struct spi_board_info const *info, unsigned n) | ||
497 | { | 496 | { |
498 | struct boardinfo *bi; | 497 | struct boardinfo *bi; |
499 | int i; | 498 | int i; |