From 03dd4cb26d967f9588437b0fc9cc0e8353322bb7 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 25 Mar 2016 03:53:42 -0300 Subject: Linux-libre 4.5-gnu --- arch/x86/include/asm/hw_irq.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/x86/include/asm/hw_irq.h') diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h index 1e3408e88..1815b7362 100644 --- a/arch/x86/include/asm/hw_irq.h +++ b/arch/x86/include/asm/hw_irq.h @@ -129,6 +129,11 @@ struct irq_alloc_info { unsigned long uv_offset; char *uv_name; }; +#endif +#if IS_ENABLED(CONFIG_VMD) + struct { + struct msi_desc *desc; + }; #endif }; }; -- cgit v1.2.3-54-g00ecf