Changeset 26
- Timestamp:
- 12/03/98 01:43:59 (15 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/i2c/MODIFICATIONS (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/i2c/MODIFICATIONS
r19 r26 10 10 Here come the changes: 11 11 12 * rscid declarations are changed 13 This is an unfortunate interaction between our CVS server and Simon's 14 RCS (CVS?) server. As these ids do not seem to be accessed anywhere, 15 there should be no change in the final object code 16 17 * Log entries are added 18 Another RCS/CVS side effect. Our logs are sometimes put in the source 19 code. As they are just comments, they will do no harm. 20 21 * EXPORT_SYMBOL declarations removed 12 * EXPORT_SYMBOL declarations put between #ifdef statements 22 13 They only work if you use the Linux source tree Makefiles. As we want to 23 14 use our own Makefile, we have removed them. This should have almost no … … 25 16 exported, but this should do no harm. 26 17 27 * bit-mb : Linux 2.0.x fixes18 * bit-mb.c: Linux 2.0.x fixes 28 19 Some small changes to make this file compile with 2.0 kernels. These 29 20 changes will probably be included in the next i2c version. … … 39 30 small and lean. 40 31 41 ! i2c-core : i2c_del_adapter() change32 ! i2c-core.c: i2c_del_adapter() change 42 33 Replaced 43 34 i2c_detach_client(client); … … 45 36 client->driver->detach_client(client); 46 37 47 ! i2c-core: function i2c_adapter_id added 38 ! i2c-core.c, i2c-core.h: function i2c_adapter_id added 39 We needed a function that would return a low, unique identifier for each 40 adapter. Putting it anywhere else would have created new, unneeded 41 module dependencies.
