Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf8c0f54 authored by Josh Triplett's avatar Josh Triplett Committed by Greg Kroah-Hartman
Browse files

staging: wlags49_h2: Drop debug macro recording build date/time



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: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ec2ff627
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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)