lkml.org 
[lkml]   [2009]   [Dec]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH]Section mismatch: drivers/pci/dmar.c, add __init notation
Date
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;

\
 
 \ /
  Last update: 2009-12-20 10:35    [W:0.403 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site