linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH next] dmar: fix build
@ 2009-04-06 15:40 Alexander Beregalov
  0 siblings, 0 replies; only message in thread
From: Alexander Beregalov @ 2009-04-06 15:40 UTC (permalink / raw)
  To: linux-next, LKML, H. Peter Anvin

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@gmail.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:"

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

only message in thread, other threads:[~2009-04-06 15:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-06 15:40 [PATCH next] dmar: fix build Alexander Beregalov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).