Changeset 3044
- Timestamp:
- 07/24/05 15:53:48 (8 years ago)
- Location:
- lm-sensors/trunk/kernel/chips
- Files:
-
- 7 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/it87.c
r3000 r3044 251 251 252 252 static int it87_attach_adapter(struct i2c_adapter *adapter); 253 static int it87_find(int *address);254 253 static int it87_detect(struct i2c_adapter *adapter, int address, 255 254 unsigned short flags, int kind); … … 425 424 } 426 425 427 static int it87_find(int *address)426 static int __init it87_find(int *address) 428 427 { 429 428 int err = -ENODEV; -
lm-sensors/trunk/kernel/chips/pc87360.c
r3028 r3044 469 469 } 470 470 471 static int pc87360_find(int sioaddr, u8 *devid, int *address)471 static int __init pc87360_find(int sioaddr, u8 *devid, int *address) 472 472 { 473 473 u16 val; -
lm-sensors/trunk/kernel/chips/sis5595.c
r3000 r3044 201 201 static void sis5595_update_client(struct i2c_client *client); 202 202 static void sis5595_init_client(struct i2c_client *client); 203 static int sis5595_find_sis(int *address);204 203 205 204 … … 287 286 288 287 /* Locate SiS bridge and correct base address for SIS5595 */ 289 static int sis5595_find_sis(int *address)288 static int __init sis5595_find_sis(int *address) 290 289 { 291 290 u16 val; -
lm-sensors/trunk/kernel/chips/smsc47m1.c
r2981 r3044 149 149 static void smsc47m1_update_client(struct i2c_client *client); 150 150 static void smsc47m1_init_client(struct i2c_client *client); 151 static int smsc47m1_find(int *address);152 151 153 152 … … 203 202 } 204 203 205 static int smsc47m1_find(int *address)204 static int __init smsc47m1_find(int *address) 206 205 { 207 206 u16 val; -
lm-sensors/trunk/kernel/chips/vt1211.c
r2867 r3044 211 211 static void vt1211_update_client(struct i2c_client *client); 212 212 static void vt1211_init_client(struct i2c_client *client); 213 static int vt1211_find(int *address);214 213 215 214 … … 345 344 } 346 345 347 static int vt1211_find(int *address)346 static int __init vt1211_find(int *address) 348 347 { 349 348 u16 val; -
lm-sensors/trunk/kernel/chips/vt8231.c
r2867 r3044 170 170 static void vt8231_update_client(struct i2c_client *client); 171 171 static void vt8231_init_client(struct i2c_client *client); 172 static int vt8231_find(int *address);173 172 174 173 … … 307 306 308 307 /* Locate chip and get correct base address */ 309 static int vt8231_find(int *address)308 static int __init vt8231_find(int *address) 310 309 { 311 310 u16 val; -
lm-sensors/trunk/kernel/chips/w83627hf.c
r3000 r3044 588 588 } 589 589 590 static int w83627hf_find(int sioaddr, int *address)590 static int __init w83627hf_find(int sioaddr, int *address) 591 591 { 592 592 u16 val;
