Show
Ignore:
Timestamp:
01/14/03 00:22:50 (10 years ago)
Author:
kmalkki
Message:

(Kyösti)

Check in changes from 2.5.53 to 2.5.54).
Apply respective changes to other drivers in CVS.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/kernel/i2c-adap-ibm_ocp.c

    r3753 r3758  
    276276 
    277277 
    278 // 
    279 // Description: If this compiled as a module, then increment the count 
    280 // 
    281 static void iic_ibmocp_inc_use(struct i2c_adapter *adap) 
    282 { 
    283 #ifdef MODULE 
    284         MOD_INC_USE_COUNT; 
    285 #endif 
    286 } 
    287  
    288  
    289 // 
    290 // Description: If this is a module, then decrement the count 
    291 // 
    292 static void iic_ibmocp_dec_use(struct i2c_adapter *adap) 
    293 { 
    294 #ifdef MODULE 
    295         MOD_DEC_USE_COUNT; 
    296 #endif 
    297 } 
    298278 
    299279//