Changeset 1809 for lm-sensors/trunk/CHANGES
- Timestamp:
- 06/22/03 17:14:18 (10 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/CHANGES (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r1808 r1809 43 43 - Remove #ifndef THIS_MODULE 44 44 - Remove #ifndef MODULE_LICENSE 45 - Remove other 2.1/2.2 #ifdefs 45 46 - Remove #include "sensors.h", copy SYSCTL defs to module 47 - Remove excess #includes 46 48 - Remove argument in i2c_register_entry() 47 49 - Remove dummy xxx_command() definition 48 50 - Remove EXPORT_NO_SYMBOLS 49 51 - Remove init_MUTEX #define 50 - Remove xxx_inc_use() and xxx_dec_use() functions 52 - Remove xxx_inc_use() and xxx_dec_use() functions; modules 53 no longer adjust their own refcounts 51 54 - Use module_init() and module_exit() 52 55 - Update to new i2c_driver struct definition
