diff options
Diffstat (limited to 'board/sbc8548/sbc8548.c')
| -rw-r--r-- | board/sbc8548/sbc8548.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/sbc8548/sbc8548.c b/board/sbc8548/sbc8548.c index e27c92dd7..9548ac637 100644 --- a/board/sbc8548/sbc8548.c +++ b/board/sbc8548/sbc8548.c @@ -530,7 +530,7 @@ int last_stage_init(void)  #if defined(CONFIG_OF_BOARD_SETUP)  extern void ft_fsl_pci_setup(void *blob, const char *pci_alias, -                        struct pci_controller *hose); +			struct pci_controller *hose);  void ft_board_setup(void *blob, bd_t *bd)  { |