Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eba8ff946177ca38dfde0bf1d8ce0703c45c49b9
Commit:     eba8ff946177ca38dfde0bf1d8ce0703c45c49b9
Parent:     cfa2771bc511017159ea076965fe385101e03798
Author:     Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 11 00:32:13 2008 +0100
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Mon Feb 11 00:32:13 2008 +0100

    ide: remove stale version number
    
    On Thursday 03 January 2008, Robert Hancock wrote:
    
    [...]
    
    > How about getting rid of this stupid thing in drivers/ide/ide.c:
    >
    > #define       REVISION        "Revision: 7.00alpha2"
    >
    > which is used in:
    >
    > printk(KERN_INFO "Uniform Multi-Platform E-IDE driver " REVISION "\n");
    >
    > It's been 7.00alpha2 for god knows how long, so clearly this version
    > number is not useful..
    
    Cc: Robert Hancock <[EMAIL PROTECTED]>
    Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 drivers/ide/ide.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c
index ad0e995..4a8952a 100644
--- a/drivers/ide/ide.c
+++ b/drivers/ide/ide.c
@@ -44,8 +44,6 @@
  *  inspiration from lots of linux users, esp.  [EMAIL PROTECTED]
  */
 
-#define        REVISION        "Revision: 7.00alpha2"
-
 #define _IDE_C                 /* Tell ide.h it's really us */
 
 #include <linux/module.h>
@@ -1618,7 +1616,7 @@ static int __init ide_init(void)
 {
        int ret;
 
-       printk(KERN_INFO "Uniform Multi-Platform E-IDE driver " REVISION "\n");
+       printk(KERN_INFO "Uniform Multi-Platform E-IDE driver\n");
        system_bus_speed = ide_system_bus_speed();
 
        printk(KERN_INFO "ide: Assuming %dMHz system bus speed "
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to