ltq_stp_probe() cannot be __init if ltq_stp_driver isn't also. Signed-off-by: David Daney <ddaney@xxxxxxxxxxxxxxxxxx> Cc: John Crispin <blogic@xxxxxxxxxxx> --- arch/mips/lantiq/xway/gpio_stp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/lantiq/xway/gpio_stp.c b/arch/mips/lantiq/xway/gpio_stp.c index efa3782..eed5a45 100644 --- a/arch/mips/lantiq/xway/gpio_stp.c +++ b/arch/mips/lantiq/xway/gpio_stp.c @@ -111,7 +111,7 @@ static int ltq_stp_hw_init(void) return 0; } -static int __init ltq_stp_probe(struct platform_device *pdev) +static int ltq_stp_probe(struct platform_device *pdev) { struct resource *res = platform_get_resource(pdev, IORESOURCE_MEM, 0); int ret = 0; -- 1.7.2.3