powerpc/85xx: Cleanup extern in corenet_ds board code

Move extern of pci_of_setup() into corenet_ds.h

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
Kumar Gala 2011-08-01 10:39:45 -05:00
parent 0787ecc01f
commit 5471370b43
2 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,6 @@
#include <asm/fsl_liodn.h>
#include <fm_eth.h>
extern void pci_of_setup(void *blob, bd_t *bd);
#include "../common/ngpixis.h"
#include "corenet_ds.h"

View File

@ -21,5 +21,6 @@
#define __CORENET_DS_H__
void fdt_fixup_board_enet(void *blob);
void pci_of_setup(void *blob, bd_t *bd);
#endif