[POWERPC] Fix compile issue for Efika platform
This patch fixes a compile issue for the Efika platform recently introduced by API changes. Signed-off-by: Nicolas DET <nd@bplan-gmbh.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
7839af3354
commit
aa668d6aac
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
obj-y += setup.o mpc52xx.o pci.o
|
||||
obj-y += setup.o pci.o
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include <asm/machdep.h>
|
||||
#include <asm/rtas.h>
|
||||
#include <asm/of_device.h>
|
||||
#include <asm/of_platform.h>
|
||||
#include <asm/mpc52xx.h>
|
||||
|
||||
#include "efika.h"
|
||||
|
|
Loading…
Reference in a new issue