diff options
-rw-r--r-- | drivers/ata/pata_amd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_amd.c b/drivers/ata/pata_amd.c index 761a66608d7b..ea567e2b1703 100644 --- a/drivers/ata/pata_amd.c +++ b/drivers/ata/pata_amd.c | |||
@@ -772,7 +772,7 @@ static void __exit amd_exit(void) | |||
772 | } | 772 | } |
773 | 773 | ||
774 | MODULE_AUTHOR("Alan Cox"); | 774 | MODULE_AUTHOR("Alan Cox"); |
775 | MODULE_DESCRIPTION("low-level driver for AMD PATA IDE"); | 775 | MODULE_DESCRIPTION("low-level driver for AMD and Nvidia PATA IDE"); |
776 | MODULE_LICENSE("GPL"); | 776 | MODULE_LICENSE("GPL"); |
777 | MODULE_DEVICE_TABLE(pci, amd); | 777 | MODULE_DEVICE_TABLE(pci, amd); |
778 | MODULE_VERSION(DRV_VERSION); | 778 | MODULE_VERSION(DRV_VERSION); |