public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]Section mismatch: drivers/pci/dmar.c, add __init notation
@ 2009-12-20  9:31 Marin Mitov
  0 siblings, 0 replies; only message in thread
From: Marin Mitov @ 2009-12-20  9:31 UTC (permalink / raw)
  To: Jesse Barnes; +Cc: linux-pci, linux-kernel

Hi all,

The function dmar_ir_support() references the variable __initdata dmar_tbl. 
dmar_ir_support() itself is called by __init intr_remapping_supported() only.
Mark it __init too.

The patch is against 2.6.33-rc1.

Signed-off-by: Marin Mitov <mitov@issp.bas.bg>

=====================================================================
--- a/drivers/pci/dmar.c	2009-12-20 10:37:50.000000000 +0200
+++ b/drivers/pci/dmar.c	2009-12-20 10:38:29.000000000 +0200
@@ -1456,7 +1456,7 @@
 /*
  * Check interrupt remapping support in DMAR table description.
  */
-int dmar_ir_support(void)
+int __init dmar_ir_support(void)
 {
 	struct acpi_table_dmar *dmar;
 	dmar = (struct acpi_table_dmar *)dmar_tbl;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-20  9:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-20  9:31 [PATCH]Section mismatch: drivers/pci/dmar.c, add __init notation Marin Mitov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox