Changeset 1505

Show
Ignore:
Timestamp:
08/25/02 19:21:07 (11 years ago)
Author:
mds
Message:

vt8231 init

Files:
1 modified

Legend:

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

    r1424 r1505  
    8686extern int sensors_vt1211_init(void); 
    8787#endif 
     88#ifdef CONFIG_SENSORS_VT8231 
     89extern int sensors_vt8231_init(void); 
     90#endif 
    8891#ifdef CONFIG_SENSORS_W83781D 
    8992extern int sensors_w83781d_init(void); 
     
    164167        sensors_vt1211_init(); 
    165168#endif 
     169#ifdef CONFIG_SENSORS_VT8231 
     170        sensors_vt8231_init(); 
     171#endif 
    166172#ifdef CONFIG_SENSORS_W83781D 
    167173        sensors_w83781d_init();