mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
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:
parent
0787ecc01f
commit
5471370b43
2 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue