]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] Char: isicom, remove cvs stuff
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:38:56 +0000 (02:38 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:58 +0000 (08:28 -0800)
We don't need RCS_ID & co. Extract them from the code and define only one
macro -- SX_VERSION.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/sx.c

index e9bc147c32fef5300fda1ca848f5fe6b3af0f2d6..cf08be76b8a77daee65e37a7084e6a34704ba925 100644 (file)
@@ -32,7 +32,6 @@
  *      USA.
  *
  * Revision history:
- * $Log: sx.c,v $
  * Revision 1.33  2000/03/09 10:00:00  pvdl,wolff
  * - Fixed module and port counting
  * - Fixed signal handling
  *
  * */
 
-
-#define RCS_ID "$Id: sx.c,v 1.33 2000/03/08 10:01:02 wolff, pvdl Exp $"
-#define RCS_REV "$Revision: 1.33 $"
+#define SX_VERSION     1.33
 
 #include <linux/module.h>
 #include <linux/kdev_t.h>
@@ -2052,7 +2049,7 @@ static void printheader(void)
        if (!header_printed) {
                printk (KERN_INFO "Specialix SX driver "
                        "(C) 1998/1999 R.E.Wolff@BitWizard.nl \n");
-               printk (KERN_INFO "sx: version %s\n", RCS_ID);
+               printk (KERN_INFO "sx: version " __stringify(SX_VERSION) "\n");
                header_printed = 1;
        }
 }