adt7462.c (a4bf06d58f219230ee38e338fdda225973d44aa1) | adt7462.c (5407e051354bdd943f6ea66562112c9868d64cf5) |
---|---|
1/* 2 * A hwmon driver for the Analog Devices ADT7462 3 * Copyright (C) 2008 IBM 4 * | 1/* 2 * A hwmon driver for the Analog Devices ADT7462 3 * Copyright (C) 2008 IBM 4 * |
5 * Author: Darrick J. Wong <djwong@us.ibm.com> | 5 * Author: Darrick J. Wong <darrick.wong@oracle.com> |
6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation; either version 2 of the License, or 10 * (at your option) any later version. 11 * 12 * This program is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of --- 1951 unchanged lines hidden (view full) --- 1965 1966 hwmon_device_unregister(data->hwmon_dev); 1967 sysfs_remove_group(&client->dev.kobj, &data->attrs); 1968 return 0; 1969} 1970 1971module_i2c_driver(adt7462_driver); 1972 | 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation; either version 2 of the License, or 10 * (at your option) any later version. 11 * 12 * This program is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of --- 1951 unchanged lines hidden (view full) --- 1965 1966 hwmon_device_unregister(data->hwmon_dev); 1967 sysfs_remove_group(&client->dev.kobj, &data->attrs); 1968 return 0; 1969} 1970 1971module_i2c_driver(adt7462_driver); 1972 |
1973MODULE_AUTHOR("Darrick J. Wong <djwong@us.ibm.com>"); | 1973MODULE_AUTHOR("Darrick J. Wong <darrick.wong@oracle.com>"); |
1974MODULE_DESCRIPTION("ADT7462 driver"); 1975MODULE_LICENSE("GPL"); | 1974MODULE_DESCRIPTION("ADT7462 driver"); 1975MODULE_LICENSE("GPL"); |