Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a39dbcf7 authored by Paul Mackerras's avatar Paul Mackerras
Browse files

powerpc: Fix pseries (64-bit) build



A recent commit that removed rtas-fw.h and moved its contents to
include/asm-powerpc/rtas.h forgot to also remove the inclusion of
it in arch/powerpc/platforms/pseries/setup.c.

Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 89003ebf
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -67,8 +67,6 @@
#include <asm/i8259.h>
#include <asm/udbg.h>

#include "rtas-fw.h"

#ifdef DEBUG
#define DBG(fmt...) udbg_printf(fmt)
#else