[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1395978883-18723-2-git-send-email-insop.song@gainspeed.com>
Date: Thu, 27 Mar 2014 20:54:43 -0700
From: Insop Song <insop.song@...nspeed.com>
To: <insop.song@...nspeed.com>, <insop.song@...il.com>,
<gregkh@...uxfoundation.org>
CC: <linux-kernel@...r.kernel.org>, Arnd Bergmann <arnd@...db.de>
Subject: [PATCH] Remove warning printk
Found from build with option -Werror=date-time
Signed-off-by: Insop Song <insop.song@...nspeed.com>
Signed-off-by: Arnd Bergmann <arnd@...db.de>
---
drivers/staging/gs_fpgaboot/gs_fpgaboot.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
index 89bc84d..7506900 100644
--- a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
+++ b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
@@ -373,7 +373,6 @@ static int __init gs_fpgaboot_init(void)
r = -1;
pr_info("FPGA DOWNLOAD --->\n");
- pr_info("built at %s UTC\n", __TIMESTAMP__);
pr_info("FPGA image file name: %s\n", file);
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists