diff options
author | Sudeep Dutt <sudeep.dutt@intel.com> | 2013-09-27 09:49:42 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-27 17:20:18 -0700 |
commit | 4aa79961a50119d6112a160e97d5e6a77656b68c (patch) | |
tree | c8c1e907866319171443e9b08cd8fa2d98c122dc /drivers/misc/mic/common | |
parent | 2ce585286d217c1c753bec29ea6f52080a05ced5 (diff) | |
download | linux-4aa79961a50119d6112a160e97d5e6a77656b68c.tar.bz2 |
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/common')
-rw-r--r-- | drivers/misc/mic/common/mic_dev.h (renamed from drivers/misc/mic/common/mic_device.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/mic/common/mic_device.h b/drivers/misc/mic/common/mic_dev.h index 01eb74faae6b..92999c2bbf82 100644 --- a/drivers/misc/mic/common/mic_device.h +++ b/drivers/misc/mic/common/mic_dev.h @@ -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 |