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
@@ -18,8 +18,8 @@
|
||||
* Intel MIC driver.
|
||||
*
|
||||
*/
|
||||
#ifndef __MIC_COMMON_DEVICE_H_
|
||||
#define __MIC_COMMON_DEVICE_H_
|
||||
#ifndef __MIC_DEV_H__
|
||||
#define __MIC_DEV_H__
|
||||
|
||||
/**
|
||||
* struct mic_mw - MIC memory window
|
Reference in New Issue
Block a user