Changeset 927

Show
Ignore:
Timestamp:
11/10/00 21:45:30 (8 years ago)
Author:
frodo
Message:

Patch to make it compile with 2.2 kernels (people, please test this

before submitting patches!)

Files:

Legend:

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

    r920 r927  
    6767 
    6868#include <linux/init.h> 
     69 
     70#ifndef DECLARE_MUTEX 
     71#define DECLARE_MUTEX(name)  struct semaphore name = MUTEX 
     72#endif /* def DECLARE_MUTEX */ 
    6973 
    7074/* ALI1535 SMBus address offsets */