diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | 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 ad0e9955f73c..4a8952a6c3da 100644 --- a/drivers/ide/ide.c +++ b/drivers/ide/ide.c | |||
@@ -44,8 +44,6 @@ | |||
44 | * inspiration from lots of linux users, esp. hamish@zot.apana.org.au | 44 | * inspiration from lots of linux users, esp. hamish@zot.apana.org.au |
45 | */ | 45 | */ |
46 | 46 | ||
47 | #define REVISION "Revision: 7.00alpha2" | ||
48 | |||
49 | #define _IDE_C /* Tell ide.h it's really us */ | 47 | #define _IDE_C /* Tell ide.h it's really us */ |
50 | 48 | ||
51 | #include <linux/module.h> | 49 | #include <linux/module.h> |
@@ -1618,7 +1616,7 @@ static int __init ide_init(void) | |||
1618 | { | 1616 | { |
1619 | int ret; | 1617 | int ret; |
1620 | 1618 | ||
1621 | printk(KERN_INFO "Uniform Multi-Platform E-IDE driver " REVISION "\n"); | 1619 | printk(KERN_INFO "Uniform Multi-Platform E-IDE driver\n"); |
1622 | system_bus_speed = ide_system_bus_speed(); | 1620 | system_bus_speed = ide_system_bus_speed(); |
1623 | 1621 | ||
1624 | printk(KERN_INFO "ide: Assuming %dMHz system bus speed " | 1622 | printk(KERN_INFO "ide: Assuming %dMHz system bus speed " |