Show
Ignore:
Timestamp:
12/03/04 23:32:17 (8 years ago)
Author:
khali
Message:

Discard owner field from i2c_driver structure. I do not restore
inc_use/dec_use because they are not actually used anywhere.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/chips/adm1021.c

    r2445 r2781  
    129129/* This is the driver that will be inserted */ 
    130130static struct i2c_driver adm1021_driver = { 
    131         .owner          = THIS_MODULE, 
    132131        .name           = "ADM1021, MAX1617 sensor driver", 
    133132        .id             = I2C_DRIVERID_ADM1021,