Changeset 991

Show
Ignore:
Timestamp:
01/13/01 18:58:47 (8 years ago)
Author:
mds
Message:

add static to 2 structs to remove external symbols.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/kernel/busses/i2c-hydra.c

    r707 r991  
    113113/* ------------------------------------------------------------------------ */ 
    114114 
    115 struct i2c_algo_bit_data bit_hydra_data = { 
     115static struct i2c_algo_bit_data bit_hydra_data = { 
    116116        NULL, 
    117117        bit_hydra_setsda, 
     
    122122}; 
    123123 
    124 struct i2c_adapter bit_hydra_ops = { 
     124static struct i2c_adapter bit_hydra_ops = { 
    125125        "Hydra i2c", 
    126126        I2C_HW_B_HYDRA,