From 82e84afcf7cb96cfacd09a01d2e886f3ffeefe28 Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Fri, 1 Apr 2011 12:41:20 +0200 Subject: [PATCH] --- yaml --- r: 252003 b: refs/heads/master c: 36a9f77e50032e367b43d72866c18f4a61cf89da h: refs/heads/master i: 252001: f0c8621007c5a7b183d38c302ba2d79b3e88bc2c 251999: b1231026b9cd109169d5ad7ea63c8ff9cee30881 v: v3 --- [refs] | 2 +- trunk/net/atm/lec.c | 2 +- trunk/net/atm/mpc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 73aee3666800..a74b25019bb6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 75ce481e15911b4557da1250556eab5ffbd14d0d +refs/heads/master: 36a9f77e50032e367b43d72866c18f4a61cf89da diff --git a/trunk/net/atm/lec.c b/trunk/net/atm/lec.c index 38754fdb88ba..cb14ddf8f0c0 100644 --- a/trunk/net/atm/lec.c +++ b/trunk/net/atm/lec.c @@ -1173,7 +1173,7 @@ static int __init lane_module_init(void) #endif register_atm_ioctl(&lane_ioctl_ops); - pr_info("lec.c: " __DATE__ " " __TIME__ " initialized\n"); + pr_info("lec.c: initialized\n"); return 0; } diff --git a/trunk/net/atm/mpc.c b/trunk/net/atm/mpc.c index 644cdf071642..3ccca42e6f90 100644 --- a/trunk/net/atm/mpc.c +++ b/trunk/net/atm/mpc.c @@ -1482,7 +1482,7 @@ static __init int atm_mpoa_init(void) if (mpc_proc_init() != 0) pr_info("failed to initialize /proc/mpoa\n"); - pr_info("mpc.c: " __DATE__ " " __TIME__ " initialized\n"); + pr_info("mpc.c: initialized\n"); return 0; }