Commit a39dbcf7 authored by Paul Mackerras's avatar Paul Mackerras

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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment