Skip to content
Commit c65b53ba authored by Manuel Lauss's avatar Manuel Lauss Committed by Wolfram Sang
Browse files

spi/gpio: fix section mismatch warning



Fixes:
The function __devinit spi_gpio_probe() references
a function __init spi_gpio_alloc.isra.4().
If spi_gpio_alloc.isra.4 is only used by spi_gpio_probe then
annotate spi_gpio_alloc.isra.4 with a matching annotation.

[wsa: fix spi_gpio_request(), too]

Signed-off-by: default avatarManuel Lauss <manuel.lauss@googlemail.com>
Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
parent d9ddcec3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment