diff options
-rw-r--r-- | fs/gfs2/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/main.c b/fs/gfs2/main.c index 888a5f5a1a5..5ebdbee70e8 100644 --- a/fs/gfs2/main.c +++ b/fs/gfs2/main.c | |||
@@ -145,7 +145,7 @@ static int __init init_gfs2_fs(void) | |||
145 | 145 | ||
146 | gfs2_register_debugfs(); | 146 | gfs2_register_debugfs(); |
147 | 147 | ||
148 | printk("GFS2 (built %s %s) installed\n", __DATE__, __TIME__); | 148 | printk("GFS2 installed\n"); |
149 | 149 | ||
150 | return 0; | 150 | return 0; |
151 | 151 | ||