aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ata/pata_cs5535.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_cs5535.c b/drivers/ata/pata_cs5535.c
index 03a93186aa19..697a3edd38c3 100644
--- a/drivers/ata/pata_cs5535.c
+++ b/drivers/ata/pata_cs5535.c
@@ -38,7 +38,7 @@
38#include <linux/libata.h> 38#include <linux/libata.h>
39#include <asm/msr.h> 39#include <asm/msr.h>
40 40
41#define DRV_NAME "cs5535" 41#define DRV_NAME "pata_cs5535"
42#define DRV_VERSION "0.2.12" 42#define DRV_VERSION "0.2.12"
43 43
44/* 44/*
@@ -230,7 +230,7 @@ static void __exit cs5535_exit(void)
230} 230}
231 231
232MODULE_AUTHOR("Alan Cox, Jens Altmann, Wolfgan Zuleger, Alexander Kiausch"); 232MODULE_AUTHOR("Alan Cox, Jens Altmann, Wolfgan Zuleger, Alexander Kiausch");
233MODULE_DESCRIPTION("low-level driver for the NS/AMD 5530"); 233MODULE_DESCRIPTION("low-level driver for the NS/AMD 5535");
234MODULE_LICENSE("GPL"); 234MODULE_LICENSE("GPL");
235MODULE_DEVICE_TABLE(pci, cs5535); 235MODULE_DEVICE_TABLE(pci, cs5535);
236MODULE_VERSION(DRV_VERSION); 236MODULE_VERSION(DRV_VERSION);