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>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
2ce585286d
commit
4aa79961a5
@@ -30,7 +30,7 @@
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/device.h>
|
||||
|
||||
#include "../common/mic_device.h"
|
||||
#include "../common/mic_dev.h"
|
||||
#include "mic_device.h"
|
||||
|
||||
/* Debugfs parent dir */
|
||||
|
@@ -30,7 +30,7 @@
|
||||
#include <linux/reboot.h>
|
||||
|
||||
#include <linux/mic_common.h>
|
||||
#include "../common/mic_device.h"
|
||||
#include "../common/mic_dev.h"
|
||||
#include "mic_device.h"
|
||||
#include "mic_virtio.h"
|
||||
|
||||
|
@@ -40,7 +40,7 @@
|
||||
#include <linux/slab.h>
|
||||
#include <linux/virtio_config.h>
|
||||
|
||||
#include "../common/mic_device.h"
|
||||
#include "../common/mic_dev.h"
|
||||
#include "mic_virtio.h"
|
||||
|
||||
#define VIRTIO_SUBCODE_64 0x0D00
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#include <linux/pci.h>
|
||||
#include <linux/platform_device.h>
|
||||
|
||||
#include "../common/mic_device.h"
|
||||
#include "../common/mic_dev.h"
|
||||
#include "mic_device.h"
|
||||
#include "mic_x100.h"
|
||||
|
||||
|
Reference in New Issue
Block a user