powerpc/85xx: Cleanup extern in corenet_ds board code
authorKumar Gala <galak@kernel.crashing.org>
Mon, 1 Aug 2011 15:39:45 +0000 (10:39 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 30 Sep 2011 00:01:05 +0000 (19:01 -0500)
Move extern of pci_of_setup() into corenet_ds.h

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/freescale/corenet_ds/corenet_ds.c
board/freescale/corenet_ds/corenet_ds.h

index a03fdfd..b1eecc4 100644 (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"
 
index 425c6aa..9cdd47d 100644 (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