All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] EDAC: add __init to i7core_xeon_pci_fixup
@ 2009-11-30 20:19 Jiri Slaby
  2009-11-30 20:19 ` [PATCH 2/2] X86: pci, fix section mismatches Jiri Slaby
  2009-12-04 23:54 ` [PATCH 1/2] EDAC: add __init to i7core_xeon_pci_fixup Jesse Barnes
  0 siblings, 2 replies; 6+ messages in thread
From: Jiri Slaby @ 2009-11-30 20:19 UTC (permalink / raw)
  To: jbarnes; +Cc: jirislaby, linux-kernel, Mauro Carvalho Chehab

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: Jiri Slaby <jslaby@suse.cz>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
---
 drivers/edac/i7core_edac.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c
index 4de5a18..c7fc0d5 100644
--- a/drivers/edac/i7core_edac.c
+++ b/drivers/edac/i7core_edac.c
@@ -1141,7 +1141,7 @@ static void i7core_put_all_devices(void)
 		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;
 	int i;
-- 
1.6.5.3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-12-08  0:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-30 20:19 [PATCH 1/2] EDAC: add __init to i7core_xeon_pci_fixup Jiri Slaby
2009-11-30 20:19 ` [PATCH 2/2] X86: pci, fix section mismatches Jiri Slaby
2009-12-04 23:54   ` Jesse Barnes
2009-12-04 23:54 ` [PATCH 1/2] EDAC: add __init to i7core_xeon_pci_fixup Jesse Barnes
2009-12-05 13:55   ` Jiri Slaby
2009-12-08  0:44   ` Doug Thompson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.