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

Commit cad3c834 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Benjamin Herrenschmidt
Browse files

powerpc: Fix fallout from system.h split up

parent 059378e3
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -40,6 +40,8 @@
#include <asm/prom.h>
#include <asm/prom.h>
#include <asm/rtas.h>
#include <asm/rtas.h>
#include <asm/fadump.h>
#include <asm/fadump.h>
#include <asm/debug.h>
#include <asm/setup.h>


static struct fw_dump fw_dump;
static struct fw_dump fw_dump;
static struct fadump_mem_struct fdm;
static struct fadump_mem_struct fdm;
+1 −0
Original line number Original line Diff line number Diff line
@@ -24,6 +24,7 @@
#include <asm/current.h>
#include <asm/current.h>
#include <asm/processor.h>
#include <asm/processor.h>
#include <asm/machdep.h>
#include <asm/machdep.h>
#include <asm/debug.h>


/*
/*
 * This table contains the mapping between PowerPC hardware trap types, and
 * This table contains the mapping between PowerPC hardware trap types, and