Changeset 3758 for i2c/trunk/kernel/i2c-adap-ibm_ocp.c
- Timestamp:
- 01/14/03 00:22:50 (10 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/kernel/i2c-adap-ibm_ocp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/kernel/i2c-adap-ibm_ocp.c
r3753 r3758 276 276 277 277 278 //279 // Description: If this compiled as a module, then increment the count280 //281 static void iic_ibmocp_inc_use(struct i2c_adapter *adap)282 {283 #ifdef MODULE284 MOD_INC_USE_COUNT;285 #endif286 }287 288 289 //290 // Description: If this is a module, then decrement the count291 //292 static void iic_ibmocp_dec_use(struct i2c_adapter *adap)293 {294 #ifdef MODULE295 MOD_DEC_USE_COUNT;296 #endif297 }298 278 299 279 //
