aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/w83795.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hwmon/w83795.c b/drivers/hwmon/w83795.c
index ce1e71ba6c73..a9116ad747f2 100644
--- a/drivers/hwmon/w83795.c
+++ b/drivers/hwmon/w83795.c
@@ -2,6 +2,7 @@
2 * w83795.c - Linux kernel driver for hardware monitoring 2 * w83795.c - Linux kernel driver for hardware monitoring
3 * Copyright (C) 2008 Nuvoton Technology Corp. 3 * Copyright (C) 2008 Nuvoton Technology Corp.
4 * Wei Song 4 * Wei Song
5 * Copyright (C) 2010 Jean Delvare <khali@linux-fr.org>
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
@@ -2097,7 +2098,7 @@ static void __exit sensors_w83795_exit(void)
2097 i2c_del_driver(&w83795_driver); 2098 i2c_del_driver(&w83795_driver);
2098} 2099}
2099 2100
2100MODULE_AUTHOR("Wei Song"); 2101MODULE_AUTHOR("Wei Song, Jean Delvare <khali@linux-fr.org>");
2101MODULE_DESCRIPTION("W83795G/ADG hardware monitoring driver"); 2102MODULE_DESCRIPTION("W83795G/ADG hardware monitoring driver");
2102MODULE_LICENSE("GPL"); 2103MODULE_LICENSE("GPL");
2103 2104