The patch titled fix implicit declaration on cell has been removed from the -mm tree. Its filename is fix-implicit-declaration-on-cell.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: fix implicit declaration on cell From: Dave Jones <davej@xxxxxxxxxx> (Only fails with -Werror-implicit-function-declaration, but it should still be fixed). arch/powerpc/platforms/cell/setup.c:145: error: implicit declaration of function 'udbg_init_rtas_console' Signed-off-by: Dave Jones <davej@xxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Arnd Bergmann <arnd@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/powerpc/platforms/cell/setup.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/powerpc/platforms/cell/setup.c~fix-implicit-declaration-on-cell arch/powerpc/platforms/cell/setup.c --- a/arch/powerpc/platforms/cell/setup.c~fix-implicit-declaration-on-cell +++ a/arch/powerpc/platforms/cell/setup.c @@ -49,6 +49,7 @@ #include <asm/irq.h> #include <asm/spu.h> #include <asm/spu_priv1.h> +#include <asm/udbg.h> #include "interrupt.h" #include "iommu.h" _ Patches currently in -mm which might be from davej@xxxxxxxxxx are origin.patch git-cpufreq.patch remove-silly-messages-from-input-layer.patch git-powerpc.patch git-scsi-misc.patch fix-oddball-boolean-logic-in-s390-netiucv.patch s390-broken-null-test-in-claw-driver.patch post-halloween-doc.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html