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:
0321708
)
rt2x00: Drop __TIME__ usage
author
Michal Marek
<
[email protected]
>
Tue, 5 Apr 2011 14:59:06 +0000
(16:59 +0200)
committer
John W. Linville
<
[email protected]
>
Thu, 7 Apr 2011 19:49:41 +0000
(15:49 -0400)
The kernel already prints its build timestamp during boot, no need to
repeat it in random drivers and produce different object files each
time.
Signed-off-by: Michal Marek <
[email protected]
>
Acked-by: Ivo van Doorn <
[email protected]
>
Acked-by: Gertjan van Wingerde <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/rt2x00/rt2x00debug.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/rt2x00/rt2x00debug.c
b/drivers/net/wireless/rt2x00/rt2x00debug.c
index c92db3264741df9c41dd230478da1d6b9ad05966..66166ef037f59c123d6f1acd594ed010d4bf3ad8 100644
(file)
--- a/
drivers/net/wireless/rt2x00/rt2x00debug.c
+++ b/
drivers/net/wireless/rt2x00/rt2x00debug.c
@@
-568,7
+568,6
@@
static struct dentry *rt2x00debug_create_file_driver(const char *name,
blob->data = data;
data += sprintf(data, "driver:\t%s\n", intf->rt2x00dev->ops->name);
data += sprintf(data, "version:\t%s\n", DRV_VERSION);
- data += sprintf(data, "compiled:\t%s %s\n", __DATE__, __TIME__);
blob->size = strlen(blob->data);
return debugfs_create_blob(name, S_IRUSR, intf->driver_folder, blob);