From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753372Ab3I0BKx (ORCPT ); Thu, 26 Sep 2013 21:10:53 -0400 Received: from mga01.intel.com ([192.55.52.88]:1289 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753276Ab3I0BKu (ORCPT ); Thu, 26 Sep 2013 21:10:50 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.90,989,1371106800"; d="scan'208";a="407851625" From: Sudeep Dutt To: Greg Kroah-Hartman , Joe Perches , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Cc: Nikhil Rao , Ashutosh Dixit , Dasaratharaman Chandramouli , Harshavardhan R Kharche , "Yaozu (Eddie) Dong" , Peter P Waskiewicz Jr , Sudeep Dutt Subject: [PATCH CHAR-MISC-NEXT 4/4] Intel MIC Header File warning fix. Date: Thu, 26 Sep 2013 18:10:23 -0700 Message-Id: X-Mailer: git-send-email 1.8.2.1 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org usr/include/linux/mic_ioctl.h:37: found __[us]{8,16,32,64} type without #include Signed-off-by: Ashutosh Dixit Signed-off-by: Dasaratharaman Chandramouli Signed-off-by: Nikhil Rao Signed-off-by: Harshavardhan R Kharche Signed-off-by: Sudeep Dutt --- include/uapi/linux/mic_ioctl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/uapi/linux/mic_ioctl.h b/include/uapi/linux/mic_ioctl.h index 0e6cbf3..7fabba5 100644 --- a/include/uapi/linux/mic_ioctl.h +++ b/include/uapi/linux/mic_ioctl.h @@ -21,6 +21,8 @@ #ifndef _MIC_IOCTL_H_ #define _MIC_IOCTL_H_ +#include + /* * mic_copy - MIC virtio descriptor copy. * -- 1.8.2.1