tile: mark pcibios_init() as __init

It was bombed away because it was previously marked as __devinit,
but it should be an __init function.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
此提交包含在:
Chris Metcalf
2013-08-13 15:17:38 -04:00
父節點 9a55fed473
當前提交 7b770a6a0a
共有 2 個檔案被更改,包括 2 行新增2 行删除

查看文件

@@ -1060,7 +1060,7 @@ void pcibios_fixup_bus(struct pci_bus *bus)
}
/* Process any "pci=" kernel boot arguments. */
char *pcibios_setup(char *str)
char *__init pcibios_setup(char *str)
{
if (!strcmp(str, "off")) {
pci_probe = 0;