Le 07.07.2005 13:32, Brice Goglin a écrit : > Le 07.07.2005 13:00, Andrew Morton a écrit : > >>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc2/2.6.13-rc2-mm1/ >> >>(kernel.org seems to be stuck again - there's a copy at >>http://www.zip.com.au/~akpm/linux/patches/stuff/2.6.13-rc2-mm1.gz) > > > CC kernel/power/disk.o > kernel/power/disk.c: Dans la fonction « software_resume »: > kernel/power/disk.c:242: attention : implicit declaration of function > `name_to_dev_t' > > The attached patch adds an extern declaration in disk.c as it's > already done in swsusp.c Actually, we could even remove the one from swsusp.c since it's not used anymore. New patch attached. Signed-off-by: Brice Goglin Brice