wan/pc300: Drop __TIME__ usage
[pandora-kernel.git] / drivers / net / wan / pc300_drv.c
index f875cfa..80ae503 100644 (file)
@@ -3242,8 +3242,7 @@ static inline void show_version(void)
        rcsdate++;
        tmp = strrchr(rcsdate, ' ');
        *tmp = '\0';
-       printk(KERN_INFO "Cyclades-PC300 driver %s %s (built %s %s)\n", 
-               rcsvers, rcsdate, __DATE__, __TIME__);
+       printk(KERN_INFO "Cyclades-PC300 driver %s %s\n", rcsvers, rcsdate);
 }                              /* show_version */
 
 static const struct net_device_ops cpc_netdev_ops = {