提交 71753e01 编写于 作者: J Jiri Slaby 提交者: Mauro Carvalho Chehab

EDAC: add __init to i7core_xeon_pci_fixup

It's called only from an __init function and is the only user
of pcibios_scan_specific_bus which will be marked as __devinit in
the next patch.
Signed-off-by: NJiri Slaby <jslaby@suse.cz>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 508fa179
...@@ -1170,7 +1170,7 @@ static void i7core_put_all_devices(void) ...@@ -1170,7 +1170,7 @@ static void i7core_put_all_devices(void)
i7core_put_devices(i7core_dev); i7core_put_devices(i7core_dev);
} }
static void i7core_xeon_pci_fixup(int dev_id) static void __init i7core_xeon_pci_fixup(int dev_id)
{ {
struct pci_dev *pdev = NULL; struct pci_dev *pdev = NULL;
int i; int i;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册