Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ATM]: fore200e_param_bs_queue() must be __devinit

WARNING: drivers/built-in.o(.text+0x6203bb): Section mismatch: reference to .init.text:fore200e_param_bs_queue (between 'fore200e_initialize' and 'fore200e_monitor_putc')

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Adrian Bunk and committed by
David S. Miller
8aee929e 39d3520c

+1 -1
+1 -1
drivers/atm/fore200e.c
··· 2435 2435 } 2436 2436 2437 2437 2438 - static void __init 2438 + static void __devinit 2439 2439 fore200e_param_bs_queue(struct fore200e* fore200e, 2440 2440 enum buffer_scheme scheme, enum buffer_magn magn, 2441 2441 int queue_length, int pool_size, int supply_blksize)