Skip to content

Commit

Permalink
[POWERPC] fix implicit declaration on cell.
Browse files Browse the repository at this point in the history
(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@redhat.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Dave Jones authored and Paul Mackerras committed Jul 2, 2006
1 parent a1af5b2 commit 609c999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/platforms/cell/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 609c999

Please sign in to comment.