[PATCH 5/7] staging: wlags49_h2: Drop debug macro recording builddate/time

From: Josh Triplett
Date: Mon Dec 23 2013 - 16:55:56 EST


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 <josh@xxxxxxxxxxxxxxxx>
---
drivers/staging/wlags49_h2/wl_version.h | 4 ----
1 file changed, 4 deletions(-)

diff --git a/drivers/staging/wlags49_h2/wl_version.h b/drivers/staging/wlags49_h2/wl_version.h
index 037b526..019ebb2 100644
--- a/drivers/staging/wlags49_h2/wl_version.h
+++ b/drivers/staging/wlags49_h2/wl_version.h
@@ -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)
--
1.8.5.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/