[<prev] [next>] [day] [month] [year] [list]
Message-ID: <a4423d670904060840u5a144502t2b5dcf2773c00d11@mail.gmail.com>
Date: Mon, 6 Apr 2009 19:40:01 +0400
From: Alexander Beregalov <a.beregalov@...il.com>
To: "linux-next@...r.kernel.org" <linux-next@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>,
"H. Peter Anvin" <hpa@...ux.intel.com>
Subject: [PATCH next] dmar: fix build
Fix this build error:
drivers/pci/dmar.c:47: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'dmar_tbl_size'
Should include acpi.h
Signed-off-by: Alexander Beregalov <a.beregalov@...il.com>
---
drivers/pci/dmar.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/pci/dmar.c b/drivers/pci/dmar.c
index 25a00ce..b725a5f 100644
--- a/drivers/pci/dmar.c
+++ b/drivers/pci/dmar.c
@@ -33,6 +33,7 @@
#include <linux/timer.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
+#include <acpi/acpi.h>
#undef PREFIX
#define PREFIX "DMAR:"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists