5d236c4dd0
In addition to the update this also fixes some build warnings and makes it use the same configure option as used in Lantiq UGW. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com> SVN-Revision: 47634
13 lines
532 B
Diff
13 lines
532 B
Diff
--- a/src/drv_mei_cpe_linux.c
|
|
+++ b/src/drv_mei_cpe_linux.c
|
|
@@ -1417,8 +1417,8 @@ struct proc_entry {
|
|
static void MEI_GetVersionProc(struct seq_file *s)
|
|
{
|
|
seq_printf(s, "%s" MEI_DRV_CRLF, &MEI_WHATVERSION[4]);
|
|
- seq_printf(s, "Compiled on %s, %s for Linux kernel %s (jiffies: %ld)" MEI_DRV_CRLF,
|
|
- __DATE__, __TIME__, UTS_RELEASE, jiffies);
|
|
+ seq_printf(s, "Compiled for Linux kernel %s (jiffies: %ld)" MEI_DRV_CRLF,
|
|
+ UTS_RELEASE, jiffies);
|
|
}
|
|
|
|
/**
|