From: Mike Frysinger Date: Tue, 26 May 2009 09:03:52 +0000 (-0400) Subject: Blackfin: fix strncmp.o build error X-Git-Tag: v2.6.30-rc8~42^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add8a5050a52f1bd1be6b97be86fdd1cfbea2d1d;p=pandora-kernel.git Blackfin: fix strncmp.o build error Fix some more fallout of the string changes: CC arch/blackfin/lib/strncmp.o In file included from include/linux/bitmap.h:9, from include/linux/nodemask.h:90, from include/linux/mmzone.h:17, from include/linux/gfp.h:5, from include/linux/kmod.h:23, from include/linux/module.h:14, from arch/blackfin/lib/strncmp.c:14: include/linux/string.h: In function ‘strstarts’: include/linux/string.h:132: error: implicit declaration of function ‘strncmp’ make[1]: *** [arch/blackfin/lib/strncmp.o] Error 1 Signed-off-by: Mike Frysinger CC: Rusty Russell --- Reading git-diff-tree failed