[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:
Nicolas DET 2006-11-17 16:03:20 +01:00 committed by Paul Mackerras
parent 7839af3354
commit aa668d6aac
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
obj-y += setup.o mpc52xx.o pci.o
obj-y += setup.o pci.o

View file

@ -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"