Skip to content
Snippets Groups Projects
Commit 44d73711 authored by Zhao Chenhui's avatar Zhao Chenhui Committed by Kumar Gala
Browse files

powerpc/mpc8548cds: Cleanup mpc8548cds.c


Remove unnecessary or dead code/includes.

Signed-off-by: default avatarZhao Chenhui <chenhui.zhao@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent fbb9ecf7
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include <asm/fsl_pci.h> #include <asm/fsl_pci.h>
#include <asm/fsl_ddr_sdram.h> #include <asm/fsl_ddr_sdram.h>
#include <asm/fsl_serdes.h> #include <asm/fsl_serdes.h>
#include <spd_sdram.h>
#include <miiphy.h> #include <miiphy.h>
#include <libfdt.h> #include <libfdt.h>
#include <fdt_support.h> #include <fdt_support.h>
...@@ -39,8 +38,6 @@ ...@@ -39,8 +38,6 @@
#include "../common/eeprom.h" #include "../common/eeprom.h"
#include "../common/via.h" #include "../common/via.h"
DECLARE_GLOBAL_DATA_PTR;
void local_bus_init(void); void local_bus_init(void);
int checkboard (void) int checkboard (void)
...@@ -210,10 +207,6 @@ static struct pci_config_table pci_mpc85xxcds_config_table[] = { ...@@ -210,10 +207,6 @@ static struct pci_config_table pci_mpc85xxcds_config_table[] = {
static struct pci_controller pci1_hose; static struct pci_controller pci1_hose;
#endif /* CONFIG_PCI */ #endif /* CONFIG_PCI */
#ifdef CONFIG_PCI2
static struct pci_controller pci2_hose;
#endif /* CONFIG_PCI2 */
void pci_init_board(void) void pci_init_board(void)
{ {
volatile ccsr_gur_t *gur = (void *)(CONFIG_SYS_MPC85xx_GUTS_ADDR); volatile ccsr_gur_t *gur = (void *)(CONFIG_SYS_MPC85xx_GUTS_ADDR);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment