mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 18:24:14 +08:00
xtensa: ISS: add platform_pcibios_init
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>
This commit is contained in:
parent
695c617cee
commit
5295325fbf
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user