summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/mic_ioctl.h
diff options
context:
space:
mode:
authorSudeep Dutt2013-09-27 18:50:06 +0200
committerGreg Kroah-Hartman2013-09-28 02:20:19 +0200
commitb019ba959fc4600a646bb9d732149b1b0056f88a (patch)
treefeb57d7cf135b8d1baf3ce5e0e28941c8a2d83e0 /include/uapi/linux/mic_ioctl.h
parentmisc: mic: cleanups for "--strict" checkpatch. (diff)
downloadkernel-qcow2-linux-b019ba959fc4600a646bb9d732149b1b0056f88a.tar.gz
kernel-qcow2-linux-b019ba959fc4600a646bb9d732149b1b0056f88a.tar.xz
kernel-qcow2-linux-b019ba959fc4600a646bb9d732149b1b0056f88a.zip
misc: mic: fix a warning in the IOCTL header file.
The following warning from mic_ioctl.h is fixed via this patch: found __[us]{8,16,32,64} type without #include <linux/types.h> Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com> Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> Signed-off-by: Nikhil Rao <nikhil.rao@intel.com> Signed-off-by: Harshavardhan R Kharche <harshavardhan.r.kharche@intel.com> Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux/mic_ioctl.h')
-rw-r--r--include/uapi/linux/mic_ioctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/mic_ioctl.h b/include/uapi/linux/mic_ioctl.h
index 0e6cbf3e5292..7fabba5059cf 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 <linux/types.h>
+
/*
* mic_copy - MIC virtio descriptor copy.
*