]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
include/linux/dmar.h: forward-declare struct acpi_dmar_header
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 28 Sep 2011 00:49:35 +0000 (10:49 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 29 Sep 2011 06:07:48 +0000 (16:07 +1000)
x86_64 allnoconfig:

In file included from arch/x86/kernel/pci-dma.c:3:
include/linux/dmar.h:248: warning: 'struct acpi_dmar_header' declared inside parameter list
include/linux/dmar.h:248: warning: its scope is only this definition or declaration, which is probably not what you want

Cc: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Andrew Morton <>
include/linux/dmar.h

index a8b1a847c103bb5cefed7aa7dbb6f4f847079fd5..731a60975101ce76c8e6aa045acde8409c0c2059 100644 (file)
@@ -26,6 +26,8 @@
 #include <linux/msi.h>
 #include <linux/irqreturn.h>
 
+struct acpi_dmar_header;
+
 /* DMAR Flags */
 #define DMAR_INTR_REMAP                0x1
 #define DMAR_X2APIC_OPT_OUT    0x2