projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46a0525
)
Staging: hv: cleanup coding style issues in VersionInfo.h
author
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 18 Aug 2009 00:21:51 +0000
(17:21 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 15 Sep 2009 19:01:55 +0000
(12:01 -0700)
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/VersionInfo.h
patch
|
blob
|
history
diff --git
a/drivers/staging/hv/VersionInfo.h
b/drivers/staging/hv/VersionInfo.h
index ef590a0f4b4f41bdfcefbd9a340d5a6a9ae7aab6..9c3641d99ed8c9b0e65a9b1497d43edb2e1c1466 100644
(file)
--- a/
drivers/staging/hv/VersionInfo.h
+++ b/
drivers/staging/hv/VersionInfo.h
@@
-21,9
+21,11
@@
*
*/
+#ifndef __HV_VERSION_INFO
+#define __HV_VERSION_INFO
-#pragma once
+static const char VersionDate[] = __DATE__;
+static const char VersionTime[] = __TIME__;
+static const char VersionDesc[] = "Version 2.0";
-static const char VersionDate[]=__DATE__;
-static const char VersionTime[]=__TIME__;
-static const char VersionDesc[]= "Version 2.0";
+#endif