Changeset 2483

Show
Ignore:
Timestamp:
04/27/04 03:11:32 (9 years ago)
Author:
mds
Message:

remove unused variables

Files:
1 modified

Legend:

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

    r1721 r2483  
    6060        {0} 
    6161};      /* send address */ 
    62 static struct ipmi_msg message; /* send message */ 
    63 static long msgid;              /* message ID */ 
    6462static int interfaces;          /* number of BMC's found */ 
    65 static int (*rcv_callback)(struct i2c_client *client, unsigned int cmd, 
    66                            void *arg); 
    6763 
    6864