Skip to content

Commit

Permalink
xtensa: ISS: add platform_pcibios_init
Browse files Browse the repository at this point in the history
Provide pcibios initialization function in case PCI is enabled in the
kernel config. This allows building kernel in allmodconfig
configuration.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
  • Loading branch information
Max Filippov authored and Chris Zankel committed Oct 3, 2012
1 parent 695c617 commit 5295325
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/xtensa/platforms/iss/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ void __init platform_init(bp_tag_t* bootparam)

}

#ifdef CONFIG_PCI
void platform_pcibios_init(void)
{
}
#endif

void platform_halt(void)
{
printk (" ** Called platform_halt(), looping forever! **\n");
Expand Down

0 comments on commit 5295325

Please sign in to comment.