Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b019ba95 authored by Sudeep Dutt's avatar Sudeep Dutt Committed by Greg Kroah-Hartman
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarAshutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: default avatarDasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com>
Signed-off-by: default avatarNikhil Rao <nikhil.rao@intel.com>
Signed-off-by: default avatarHarshavardhan R Kharche <harshavardhan.r.kharche@intel.com>
Signed-off-by: default avatarSudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ced2c60f
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -21,6 +21,8 @@
#ifndef _MIC_IOCTL_H_
#ifndef _MIC_IOCTL_H_
#define _MIC_IOCTL_H_
#define _MIC_IOCTL_H_


#include <linux/types.h>

/*
/*
 * mic_copy - MIC virtio descriptor copy.
 * mic_copy - MIC virtio descriptor copy.
 *
 *