Skip to content

Commit

Permalink
staging: wlags49_h2: Drop debug macro recording build date/time
Browse files Browse the repository at this point in the history
The kernel already has this information, and individual drivers
shouldn't duplicate that.  This also eliminates the use of __DATE__ and
__TIME__, which make the build non-deterministic.

Signed-off-by: Josh Triplett <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
joshtriplett authored and gregkh committed Jan 9, 2014
1 parent ec2ff62 commit bf8c0f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/wlags49_h2/wl_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,7 @@ err: define bus type;
#endif /* HERMES25 */
#endif /* BUS_XXX */

#ifdef DBG
#define MODULE_DATE __DATE__ " " __TIME__
#else
#define MODULE_DATE "07/18/2004 13:30:00"
#endif // DBG

//#define STR2(m) #m
//#define STR1(m) STR2(m)
Expand Down

0 comments on commit bf8c0f5

Please sign in to comment.