summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic/host/mic_boot.c
diff options
context:
space:
mode:
authorSudeep Dutt2013-09-27 18:49:42 +0200
committerGreg Kroah-Hartman2013-09-28 02:20:18 +0200
commit4aa79961a50119d6112a160e97d5e6a77656b68c (patch)
treec8c1e907866319171443e9b08cd8fa2d98c122dc /drivers/misc/mic/host/mic_boot.c
parentmisc: mic: host driver sysfs cleanups. (diff)
downloadkernel-qcow2-linux-4aa79961a50119d6112a160e97d5e6a77656b68c.tar.gz
kernel-qcow2-linux-4aa79961a50119d6112a160e97d5e6a77656b68c.tar.xz
kernel-qcow2-linux-4aa79961a50119d6112a160e97d5e6a77656b68c.zip
misc: mic: header file cleanups.
Dont use same name for header files in different folders. These changes were suggested by Greg Kroah-Hartman during the code review @ https://lkml.org/lkml/2013/9/6/18 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 'drivers/misc/mic/host/mic_boot.c')
-rw-r--r--drivers/misc/mic/host/mic_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mic/host/mic_boot.c b/drivers/misc/mic/host/mic_boot.c
index fd9ff6d3784e..60c54d5c43c2 100644
--- a/drivers/misc/mic/host/mic_boot.c
+++ b/drivers/misc/mic/host/mic_boot.c
@@ -22,7 +22,7 @@
#include <linux/firmware.h>
#include <linux/mic_common.h>
-#include "../common/mic_device.h"
+#include "../common/mic_dev.h"
#include "mic_device.h"
#include "mic_smpt.h"
#include "mic_virtio.h"