From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752701AbbJFO1n (ORCPT ); Tue, 6 Oct 2015 10:27:43 -0400 Received: from 195-154-87-184.rev.poneytelecom.eu ([195.154.87.184]:42337 "EHLO gaby.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751408AbbJFO1m (ORCPT ); Tue, 6 Oct 2015 10:27:42 -0400 From: Gabriel Laskar To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)), Arnd Bergmann , Gabriel Laskar , Borislav Petkov , linux-kernel@vger.kernel.org (open list:X86 ARCHITECTURE (32-BIT AND 64-BIT)) Cc: Greg Kroah-Hartman Subject: [PATCH v2 1/3] mce: change asm/ioctls.h for linux/ioctl.h Date: Tue, 6 Oct 2015 16:27:35 +0200 Message-Id: <1444141657-14898-2-git-send-email-gabriel@lse.epita.fr> X-Mailer: git-send-email 2.6.0 In-Reply-To: <1444141657-14898-1-git-send-email-gabriel@lse.epita.fr> References: <1444141657-14898-1-git-send-email-gabriel@lse.epita.fr> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org asm/ioctls.h contains definition for termios, not just the _IO* macros. This error was found with a tool in development used to generate automated pretty-printing functions for ioctl decoding in strace. Signed-off-by: Gabriel Laskar Acked-by: Arnd Bergmann --- v2: commit message arch/x86/include/uapi/asm/mce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/uapi/asm/mce.h b/arch/x86/include/uapi/asm/mce.h index 76880ed..03429da 100644 --- a/arch/x86/include/uapi/asm/mce.h +++ b/arch/x86/include/uapi/asm/mce.h @@ -2,7 +2,7 @@ #define _UAPI_ASM_X86_MCE_H #include -#include +#include /* Fields are zero when not available */ struct mce { -- 2.6.0