From ceda668c35003d14f0a79d70cb65e97c474ffb20 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Fri, 8 Dec 2006 02:38:56 -0800 Subject: [PATCH] --- yaml --- r: 43701 b: refs/heads/master c: 11c838772d58d9807b1cb7fa4e0bec1b0302e318 h: refs/heads/master i: 43699: 21b70dd8d174aada436397951a04742ab6c7b9e6 v: v3 --- [refs] | 2 +- trunk/drivers/char/sx.c | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index f9676dced2cb..6b55f884accb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 34b55b865ed12494e23b09b5d2e8da22047fd6a7 +refs/heads/master: 11c838772d58d9807b1cb7fa4e0bec1b0302e318 diff --git a/trunk/drivers/char/sx.c b/trunk/drivers/char/sx.c index e9bc147c32fe..cf08be76b8a7 100644 --- a/trunk/drivers/char/sx.c +++ b/trunk/drivers/char/sx.c @@ -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 @@ -199,9 +198,7 @@ * * */ - -#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 #include @@ -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; } }