block: fix warning with calling smp_processor_id() in preemptible section
[pandora-kernel.git] / drivers / staging / generic_serial / rio / rioinit.c
index 24a282b..fb62b38 100644 (file)
@@ -381,7 +381,7 @@ struct rioVersion *RIOVersid(void)
 {
     strlcpy(stVersion.version, "RIO driver for linux V1.0",
            sizeof(stVersion.version));
-    strlcpy(stVersion.buildDate, __DATE__,
+    strlcpy(stVersion.buildDate, "Aug 15 2010",
            sizeof(stVersion.buildDate));
 
     return &stVersion;