Changeset 991
- Timestamp:
- 01/13/01 18:58:47 (8 years ago)
- Files:
-
- lm-sensors/trunk/kernel/busses/i2c-hydra.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/kernel/busses/i2c-hydra.c
r707 r991 113 113 /* ------------------------------------------------------------------------ */ 114 114 115 st ruct i2c_algo_bit_data bit_hydra_data = {115 static struct i2c_algo_bit_data bit_hydra_data = { 116 116 NULL, 117 117 bit_hydra_setsda, … … 122 122 }; 123 123 124 st ruct i2c_adapter bit_hydra_ops = {124 static struct i2c_adapter bit_hydra_ops = { 125 125 "Hydra i2c", 126 126 I2C_HW_B_HYDRA,
