fix implicit declaration on cell.

From: Dave Jones
Date: Thu Jun 29 2006 - 16:51:46 EST


(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>

--- linux-2.6.17.noarch/arch/powerpc/platforms/cell/setup.c~ 2006-06-29 16:50:23.000000000 -0400
+++ linux-2.6.17.noarch/arch/powerpc/platforms/cell/setup.c 2006-06-29 16:51:07.000000000 -0400
@@ -50,6 +50,7 @@
#include <asm/irq.h>
#include <asm/spu.h>
#include <asm/spu_priv1.h>
+#include <asm/udbg.h>

#include "interrupt.h"
#include "iommu.h"

--
http://www.codemonkey.org.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/