i5k_amb.c (ee3e542fec6e69bc9fb668698889a37d93950ddf) | i5k_amb.c (5407e051354bdd943f6ea66562112c9868d64cf5) |
---|---|
1/* 2 * A hwmon driver for the Intel 5000 series chipset FB-DIMM AMB 3 * temperature sensors 4 * Copyright (C) 2007 IBM 5 * | 1/* 2 * A hwmon driver for the Intel 5000 series chipset FB-DIMM AMB 3 * temperature sensors 4 * Copyright (C) 2007 IBM 5 * |
6 * Author: Darrick J. Wong <djwong@us.ibm.com> | 6 * Author: Darrick J. Wong <darrick.wong@oracle.com> |
7 * 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License as published by 10 * the Free Software Foundation; either version 2 of the License, or 11 * (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of --- 589 unchanged lines hidden (view full) --- 604} 605 606static void __exit i5k_amb_exit(void) 607{ 608 platform_device_unregister(amb_pdev); 609 platform_driver_unregister(&i5k_amb_driver); 610} 611 | 7 * 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License as published by 10 * the Free Software Foundation; either version 2 of the License, or 11 * (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of --- 589 unchanged lines hidden (view full) --- 604} 605 606static void __exit i5k_amb_exit(void) 607{ 608 platform_device_unregister(amb_pdev); 609 platform_driver_unregister(&i5k_amb_driver); 610} 611 |
612MODULE_AUTHOR("Darrick J. Wong <djwong@us.ibm.com>"); | 612MODULE_AUTHOR("Darrick J. Wong <darrick.wong@oracle.com>"); |
613MODULE_DESCRIPTION("Intel 5000 chipset FB-DIMM AMB temperature sensor"); 614MODULE_LICENSE("GPL"); 615 616module_init(i5k_amb_init); 617module_exit(i5k_amb_exit); | 613MODULE_DESCRIPTION("Intel 5000 chipset FB-DIMM AMB temperature sensor"); 614MODULE_LICENSE("GPL"); 615 616module_init(i5k_amb_init); 617module_exit(i5k_amb_exit); |