mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings

(cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
This commit is contained in:
Kim Phillips 2007-02-28 00:02:04 -06:00
parent 4feab4de7b
commit 781e026c8a
2 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,9 @@
#include <common.h>
#include <pci.h>
#include <i2c.h>
#if defined(CONFIG_OF_FLAT_TREE)
#include <ft_build.h>
#endif
#include <asm/fsl_i2c.h>

View File

@ -18,6 +18,9 @@
#include <common.h>
#include <pci.h>
#include <i2c.h>
#if defined(CONFIG_OF_FLAT_TREE)
#include <ft_build.h>
#endif
#include <asm/fsl_i2c.h>