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 <gre...@linuxfoundation.org> Signed-off-by: Ashutosh Dixit <ashutosh.di...@intel.com> Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramo...@intel.com> Signed-off-by: Nikhil Rao <nikhil....@intel.com> Signed-off-by: Harshavardhan R Kharche <harshavardhan.r.khar...@intel.com> Signed-off-by: Sudeep Dutt <sudeep.d...@intel.com> --- 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 <linux/types.h> + /* * mic_copy - MIC virtio descriptor copy. * -- 1.8.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/